diff --git a/start_execution.py b/start_execution.py index 3162237..0187986 100644 --- a/start_execution.py +++ b/start_execution.py @@ -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()