Show More
@@ -630,7 +630,7 b' class SSHLauncher(LocalProcessLauncher):' | |||||
630 | break |
|
630 | break | |
631 | local_dir = os.path.dirname(local) |
|
631 | local_dir = os.path.dirname(local) | |
632 | if not os.path.exists(local_dir): |
|
632 | if not os.path.exists(local_dir): | |
633 | os.makedirs(local_dir) |
|
633 | os.makedirs(local_dir, 775) | |
634 | check_output(self.scp_cmd + [full_remote, local]) |
|
634 | check_output(self.scp_cmd + [full_remote, local]) | |
635 |
|
635 | |||
636 | def fetch_files(self): |
|
636 | def fetch_files(self): |
General Comments 0
You need to be logged in to leave comments.
Login now