From 721db66c3215e5916b6c908cae8a59d2caf336d1 Mon Sep 17 00:00:00 2001 From: Ryan Lewis Date: Mon, 11 Sep 2023 16:22:12 -0500 Subject: [PATCH] Address linter errors --- scripts/ot2_rest_client.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/ot2_rest_client.py b/scripts/ot2_rest_client.py index d24d1b2..90bf5dd 100644 --- a/scripts/ot2_rest_client.py +++ b/scripts/ot2_rest_client.py @@ -205,7 +205,7 @@ def execute(protocol_path, payload=None, resource_config=None): def poll_OT2_until_run_completion(): """Queries the OT2 run state until reported as 'succeeded'""" - global run_id + global run_id, state print("Polling OT2 run until completion") while state != "IDLE":