Show More
@@ -91,8 +91,7 b' class ClusterManager(LoggingConfigurable):' | |||
|
91 | 91 | |
|
92 | 92 | def list_profiles(self): |
|
93 | 93 | self.update_profiles() |
|
94 | result = [self.profile_info(p) for p in self.profiles.keys()] | |
|
95 | result.sort() | |
|
94 | result = [self.profile_info(p) for p in sorted(self.profiles.keys())] | |
|
96 | 95 | return result |
|
97 | 96 | |
|
98 | 97 | def check_profile(self, profile): |
General Comments 0
You need to be logged in to leave comments.
Login now