Skip to content

Commit

Permalink
Remove call to time: not really necessary and possibly already destru…
Browse files Browse the repository at this point in the history
…cted if called via __del__
  • Loading branch information
mhuen committed Dec 18, 2024
1 parent 67de1a5 commit 59226a4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion egenerator/data/handler/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -1277,7 +1277,6 @@ def kill(self):
for process in self._untracked_data["mp_processes"]:
process.terminate()

time.sleep(0.1)
for process in self._untracked_data["mp_processes"]:
process.join(timeout=1.0)

Expand Down

0 comments on commit 59226a4

Please sign in to comment.