From 578fd933a72b86ca1192986a88fdde1b7741534f Mon Sep 17 00:00:00 2001 From: Thomas E Lackey Date: Tue, 20 Aug 2024 19:10:27 -0500 Subject: [PATCH] lint --- stack_orchestrator/deploy/webapp/util.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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