Don't suppress ssh errors from scp output
This commit is contained in:
@@ -124,7 +124,6 @@ class SSHConnector(Connector):
|
||||
# Copy them in a single scp command
|
||||
cmd = self._scp_args(
|
||||
[
|
||||
"-q",
|
||||
*(str(p) for p in tempfile_paths),
|
||||
f"{self.ssh_host}:{remote_directory}",
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user