fakessh: Fix NameError.

wip-fakessh-exit-status
David Wilson 7 years ago
parent e7c70127bf
commit bd8001d481

@ -281,6 +281,7 @@ def _fakessh_main(mitogen_, dest_context_id):
if not hostname:
die('Missing hostname')
subsystem = False
for opt, optarg in opts:
if opt == '-s':
subsystem = True

Loading…
Cancel
Save