diff --git a/stack_orchestrator/deploy/webapp/util.py b/stack_orchestrator/deploy/webapp/util.py index 6f6e0937..e757f5d5 100644 --- a/stack_orchestrator/deploy/webapp/util.py +++ b/stack_orchestrator/deploy/webapp/util.py @@ -360,8 +360,8 @@ class LaconicRegistryClient: parsed = None try: parsed = AttrDict(json.loads(logged_cmd(self.log_file, *args))) - except: - pass # noqa: E722 + except: # noqa: E722 + pass if parsed: self.cache["txs"][txHash] = parsed