From dc05d77427591ab3cbd07dfdca6da8a64e760ee0 Mon Sep 17 00:00:00 2001 From: Thomas E Lackey Date: Mon, 25 Mar 2024 14:07:35 -0500 Subject: [PATCH] lint --- stack_orchestrator/deploy/webapp/util.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/stack_orchestrator/deploy/webapp/util.py b/stack_orchestrator/deploy/webapp/util.py index a445ce7d..822eca4e 100644 --- a/stack_orchestrator/deploy/webapp/util.py +++ b/stack_orchestrator/deploy/webapp/util.py @@ -203,7 +203,8 @@ class LaconicRegistryClient: print(open(record_fname, 'r').read(), file=self.log_file) new_record_id = json.loads( - logged_cmd(self.log_file, "laconic", "-c", self.config_file, "registry", "record", "publish", "--filename", record_fname) + logged_cmd(self.log_file, "laconic", "-c", self.config_file, "registry", + "record", "publish", "--filename", record_fname) )["id"] for name in names: self.set_name(name, new_record_id)