Skip to content

Commit 46a0c29

Browse files
author
Andrei Neagu
committed
remove unused
1 parent a9145e2 commit 46a0c29

File tree

1 file changed

+0
-4
lines changed
  • services/dynamic-sidecar/src/simcore_service_dynamic_sidecar/core

1 file changed

+0
-4
lines changed

services/dynamic-sidecar/src/simcore_service_dynamic_sidecar/core/errors.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,3 @@ class ContainerExecCommandFailedError(BaseDynamicSidecarError):
2929
"Command '{command}' exited with code '{exit_code}'"
3030
"and output: '{command_result}'"
3131
)
32-
33-
34-
class SevenZipError(BaseDynamicSidecarError):
35-
msg_template = "Could not finish command: '{command}'\nReason: {command_result}"

0 commit comments

Comments
 (0)