Skip to content

Commit 9504801

Browse files
committed
ipcluster list shows all profiles by default
1 parent 675371e commit 9504801

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ipyparallel/cluster/app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ class IPClusterList(BaseParallelApplication):
171171

172172
def start(self):
173173
cluster_manager = ClusterManager(parent=self)
174-
clusters = cluster_manager.load_clusters(profile_dir=self.profile_dir.location)
174+
clusters = cluster_manager.load_clusters()
175175
if self.output_format == "text":
176176
# TODO: measure needed profile/cluster id width
177177
print(

0 commit comments

Comments
 (0)