From cb655a2ad37cade7c4212696a687f899a62dbe9a Mon Sep 17 00:00:00 2001 From: Casey Stone Date: Mon, 25 Nov 2024 15:31:31 -0600 Subject: [PATCH] tiny bug fix --- src/ot2_rest_node.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/ot2_rest_node.py b/src/ot2_rest_node.py index af5bd1a..e77ff45 100644 --- a/src/ot2_rest_node.py +++ b/src/ot2_rest_node.py @@ -339,6 +339,8 @@ def run_protocol( state, config_file_path, payload, resource_config_path ) + response = None + if response_flag == "succeeded": state.status[ModuleStatus.READY] = True Path(logs_folder_path).mkdir(parents=True, exist_ok=True)