We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab32f13 commit b57c36bCopy full SHA for b57c36b
spur/ssh.py
@@ -426,7 +426,7 @@ def send_signal(self, signal):
426
self._shell.run(["kill", "-{0}".format(signal), str(self.pid)])
427
428
def kill(self):
429
- self._shell.run(self._shell._shell_type.gen_kill_command(self.pid))
+ self._shell.run(self._shell._shell_type.generate_kill_command(self.pid))
430
431
def wait_for_result(self):
432
if self._result is None:
0 commit comments