From 70bd480fb4445f3e3f9494a82b1a3b434d52fde5 Mon Sep 17 00:00:00 2001 From: Thomas E Lackey Date: Wed, 21 Feb 2024 18:53:11 -0600 Subject: [PATCH] define at top --- stack_orchestrator/deploy/webapp/util.py | 1 + 1 file changed, 1 insertion(+) diff --git a/stack_orchestrator/deploy/webapp/util.py b/stack_orchestrator/deploy/webapp/util.py index e1b3c968..959d5d31 100644 --- a/stack_orchestrator/deploy/webapp/util.py +++ b/stack_orchestrator/deploy/webapp/util.py @@ -40,6 +40,7 @@ class AttrDict(dict): def logged_cmd(log_file, *vargs): + result = None try: if log_file: print(" ".join(vargs), file=log_file)