Skip to content

Commit dcce663

Browse files
committed
fix location typo in engine config file loading
1 parent b04997a commit dcce663

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ipyparallel/engine/app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -302,7 +302,7 @@ def load_connector_file(self):
302302
# allow hand-override of location for disambiguation
303303
# and ssh-server
304304
if 'IPEngine.location' not in self.cli_config:
305-
self.loction = d['location']
305+
self.location = d['location']
306306
if 'ssh' in d and not self.sshserver:
307307
self.sshserver = d.get("ssh")
308308

0 commit comments

Comments
 (0)