Don't suppress ssh errors from scp output

This commit is contained in:
2026-03-19 20:31:04 -06:00
parent 7ea4f50ab2
commit 43fc0821d8

View File

@@ -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}",
]