Skip to content

Commit

Permalink
add in error_flag
Browse files Browse the repository at this point in the history
  • Loading branch information
klxu03 committed Jan 9, 2024
1 parent c2b5bea commit aa7eec9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/evaluation_class.py
Original file line number Diff line number Diff line change
Expand Up @@ -957,6 +957,7 @@ def enumerate_tap_tasks(self, max_instance_count: int):
with HiddenPrintsHiddenErrors():
for instance_id in instance_ids:
row_num = instance_id - first_instance_id
error_flag = False

url = f'{TURKLE_URL}/task/{instance_id}/iframe/'
self.driver.get(url)
Expand Down

0 comments on commit aa7eec9

Please sign in to comment.