Skip to content

Commit

Permalink
Address linter errors
Browse files Browse the repository at this point in the history
  • Loading branch information
LuckierDodge committed Sep 11, 2023
1 parent c54b63d commit 721db66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/ot2_rest_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -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":

Expand Down

0 comments on commit 721db66

Please sign in to comment.