##// END OF EJS Templates
Backport PR #8303: fix bug in stale profile clean up for clusters...
Min RK -
Show More
@@ -71,7 +71,7 b' class ClusterManager(LoggingConfigurable):'
71 for profile in stale:
71 for profile in stale:
72 # remove profiles that no longer exist
72 # remove profiles that no longer exist
73 self.log.debug("Profile '%s' no longer exists", profile)
73 self.log.debug("Profile '%s' no longer exists", profile)
74 self.profiles.pop(stale)
74 self.profiles.pop(profile)
75
75
76 def list_profiles(self):
76 def list_profiles(self):
77 self.update_profiles()
77 self.update_profiles()
General Comments 0
You need to be logged in to leave comments. Login now