While a definitive solution to LS-Land.issue.06.Little.Pirates.lsp-007 remains elusive, some possible approaches to resolving this issue include:

If you want, I can:

Now we have:

def start(): """Spawn local or remote process.""" if args.REMOTE: return remote(remote_ip, remote_port) else: return process(binary_path)