Skip to content
Snippets Groups Projects
Commit 84a84856 authored by Thomas Kluyver's avatar Thomas Kluyver
Browse files

Remove a leftover use of cluster_profile

parent adbbeff9
No related branches found
No related tags found
1 merge request!357Only start ipcluster if the notebook uses cluster_profile
...@@ -934,7 +934,7 @@ def run(): ...@@ -934,7 +934,7 @@ def run():
sequential=sequential, sequential=sequential,
show_title=show_title, show_title=show_title,
dep_jids=joblist, dep_jids=joblist,
cluster_profile=cluster_profile) )
jlist.append(jobid) jlist.append(jobid)
joblist.extend(jlist) joblist.extend(jlist)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment