We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 675371e commit 9504801Copy full SHA for 9504801
ipyparallel/cluster/app.py
@@ -171,7 +171,7 @@ class IPClusterList(BaseParallelApplication):
171
172
def start(self):
173
cluster_manager = ClusterManager(parent=self)
174
- clusters = cluster_manager.load_clusters(profile_dir=self.profile_dir.location)
+ clusters = cluster_manager.load_clusters()
175
if self.output_format == "text":
176
# TODO: measure needed profile/cluster id width
177
print(
0 commit comments