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