mirror of
https://github.com/jupyter/notebook.git
synced 2024-12-21 04:10:17 +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:
|
||||
# remove profiles that no longer exist
|
||||
self.log.debug("Profile '%s' no longer exists", profile)
|
||||
self.profiles.pop(stale)
|
||||
self.profiles.pop(profile)
|
||||
|
||||
def list_profiles(self):
|
||||
self.update_profiles()
|
||||
|
Loading…
Reference in New Issue
Block a user