diff --git a/start_execution.py b/start_execution.py index ca5bb3f..bef5649 100644 --- a/start_execution.py +++ b/start_execution.py @@ -151,6 +151,7 @@ for p in processes: p.start() - + print("line 154") for p in processes: p.join() + print("line 157")