mirror of
https://github.com/jupyter/notebook.git
synced 2025-02-23 12:49:41 +08:00
Merge pull request #1502 from minrk/pyflakes
small changes in response to pyflakes pass Only significant change: removes incomplete kernelstarter file, which shouldn't have been in the repo at all. closes #1499
This commit is contained in:
commit
526d842289
@ -171,4 +171,4 @@ class ClusterManager(LoggingConfigurable):
|
||||
|
||||
def stop_all_clusters(self):
|
||||
for p in self.profiles.keys():
|
||||
self.stop_cluster(profile)
|
||||
self.stop_cluster(p)
|
||||
|
Loading…
Reference in New Issue
Block a user