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 a9145e2 commit 46a0c29Copy full SHA for 46a0c29
services/dynamic-sidecar/src/simcore_service_dynamic_sidecar/core/errors.py
@@ -29,7 +29,3 @@ class ContainerExecCommandFailedError(BaseDynamicSidecarError):
29
"Command '{command}' exited with code '{exit_code}'"
30
"and output: '{command_result}'"
31
)
32
-
33
34
-class SevenZipError(BaseDynamicSidecarError):
35
- msg_template = "Could not finish command: '{command}'\nReason: {command_result}"
0 commit comments