Skip to content

Commit 0385479

Browse files
committed
SSHProxy inherits from EngineLauncher
to get all traits defined
1 parent 16c764e commit 0385479

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ipyparallel/cluster/launcher.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1348,7 +1348,7 @@ def start(self, n):
13481348
return dlist
13491349

13501350

1351-
class SSHProxyEngineSetLauncher(SSHLauncher):
1351+
class SSHProxyEngineSetLauncher(SSHLauncher, EngineLauncher):
13521352
"""Launcher for calling
13531353
`ipcluster engines` on a remote machine.
13541354

0 commit comments

Comments
 (0)