Skip to content

Commit

Permalink
commenting out lines 152-154
Browse files Browse the repository at this point in the history
  • Loading branch information
asra-naseem authored Sep 20, 2023
1 parent f3d1cb7 commit 80062b2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions start_execution.py
Original file line number Diff line number Diff line change
Expand Up @@ -149,8 +149,8 @@
processes.append(p)
print("In Line 150")

for p in processes:
p.start()
# for p in processes:
# p.start()
print("line 154")
for p in processes:
p.join()
Expand Down

0 comments on commit 80062b2

Please sign in to comment.