Skip to content

Commit 29fe5e1

Browse files
author
Johannes Otepka
committed
Merge remote-tracking branch 'origin/task_label_feature' into task_label_feature
# Conflicts: # ipyparallel/controller/mongodb.py
2 parents 6a36864 + e473c81 commit 29fe5e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ipyparallel/controller/mongodb.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ def __init__(self, **kwargs):
5656
pymongo_version_major = int(version.split('.')[0])
5757
if pymongo_version_major < 4:
5858
raise Exception(f"pymongo package too old (current version={version}). Please update to version 4.0 or higher")
59-
59+
6060
if self._connection is None:
6161
self._connection = MongoClient(
6262
*self.connection_args, **self.connection_kwargs

0 commit comments

Comments
 (0)