Skip to content

Commit

Permalink
Update provision_translation_instance.py
Browse files Browse the repository at this point in the history
  • Loading branch information
deep-diver authored Jan 21, 2024
1 parent cc95442 commit 463c9be
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions py/provision_translation_instance.py
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@ def main(args):
interval = 5

while not all_finished:
print(finished_list)
count = len(finished_list)
for i in range(len(runs)):
if not finished_list[i]:
Expand All @@ -127,6 +128,8 @@ def main(args):
finished_list[i] = True

count = count - 1
else:
count = count - 1

if count == 0:
all_finished = True
Expand Down

0 comments on commit 463c9be

Please sign in to comment.