Skip to content

Commit

Permalink
Adding print statements in line 154,157 to debug macos script
Browse files Browse the repository at this point in the history
  • Loading branch information
asra-naseem authored Sep 18, 2023
1 parent a59b5a8 commit 408d6ac
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion start_execution.py
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,7 @@

for p in processes:
p.start()

print("line 154")
for p in processes:
p.join()
print("line 157")

0 comments on commit 408d6ac

Please sign in to comment.