Skip to content

Commit 5968ac2

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 38ff54c commit 5968ac2

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

docs/source/tutorial/intro.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,6 @@ The {class}`~.ipyparallel.Cluster` and {class}`~.ipyparallel.Client` classes can
228228
for easier cleanup of resources.
229229

230230
- Entering a `Cluster` context
231-
232231
1. starts the cluster
233232
2. waits for engines to be ready
234233
3. connects a client

ipyparallel/nbextension/static/clusterlist.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -199,8 +199,8 @@ define(["base/js/namespace", "jquery", "base/js/utils"], function (
199199
that.cluster_list.load_list();
200200
},
201201
error: function (xhr, status, error) {
202-
utils.log_ajax_error(xhr, status, error),
203-
status_col.text("error stopping cluster");
202+
(utils.log_ajax_error(xhr, status, error),
203+
status_col.text("error stopping cluster"));
204204
},
205205
};
206206
status_col.text("stopping");

0 commit comments

Comments
 (0)