Skip to content

Commit

Permalink
tiny bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
caseystone committed Nov 25, 2024
1 parent 4e8681e commit cb655a2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/ot2_rest_node.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit cb655a2

Please sign in to comment.