Skip to content

Commit 4c79785

Browse files
authored
error is also included in the message (ITISFoundation#3677)
1 parent e5d335a commit 4c79785

File tree

1 file changed

+1
-1
lines changed
  • services/agent/src/simcore_service_agent/modules/volumes_cleanup

1 file changed

+1
-1
lines changed

services/agent/src/simcore_service_agent/modules/volumes_cleanup/_s3.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,5 +192,5 @@ async def store_to_s3( # pylint:disable=too-many-locals,too-many-arguments
192192
if process.returncode != 0:
193193
raise RuntimeError(
194194
f"Shell subprocesses yielded nonzero error code {process.returncode} "
195-
f"for command {str_r_clone_sync}"
195+
f"for command {str_r_clone_sync}\n{r_clone_sync_output}"
196196
)

0 commit comments

Comments
 (0)