Show More
@@ -584,7 +584,7 b' class SSHLauncher(LocalProcessLauncher):' | |||
|
584 | 584 | |
|
585 | 585 | def find_args(self): |
|
586 | 586 | return self.ssh_cmd + self.ssh_args + [self.location] + \ |
|
587 | self.program + self.program_args | |
|
587 | list(map(pipes.quote, self.program + self.program_args)) | |
|
588 | 588 | |
|
589 | 589 | def _send_file(self, local, remote): |
|
590 | 590 | """send a single file""" |
General Comments 0
You need to be logged in to leave comments.
Login now