We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5d335a commit 4c79785Copy full SHA for 4c79785
services/agent/src/simcore_service_agent/modules/volumes_cleanup/_s3.py
@@ -192,5 +192,5 @@ async def store_to_s3( # pylint:disable=too-many-locals,too-many-arguments
192
if process.returncode != 0:
193
raise RuntimeError(
194
f"Shell subprocesses yielded nonzero error code {process.returncode} "
195
- f"for command {str_r_clone_sync}"
+ f"for command {str_r_clone_sync}\n{r_clone_sync_output}"
196
)
0 commit comments