mirror of
https://github.com/jupyter/notebook.git
synced 2025-01-06 11:35:24 +08:00
Merge pull request #8303 from tea-dragon/patch-1
fix bug in stale profile clean up for clusters
This commit is contained in:
commit
ad5f886f74
@ -71,7 +71,7 @@ class ClusterManager(LoggingConfigurable):
|
|||||||
for profile in stale:
|
for profile in stale:
|
||||||
# remove profiles that no longer exist
|
# remove profiles that no longer exist
|
||||||
self.log.debug("Profile '%s' no longer exists", profile)
|
self.log.debug("Profile '%s' no longer exists", profile)
|
||||||
self.profiles.pop(stale)
|
self.profiles.pop(profile)
|
||||||
|
|
||||||
def list_profiles(self):
|
def list_profiles(self):
|
||||||
self.update_profiles()
|
self.update_profiles()
|
||||||
|
Loading…
Reference in New Issue
Block a user