Skip to content

Commit

Permalink
bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-janssen committed Mar 29, 2024
1 parent 0ed4f81 commit 9b6431d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pympipool/shared/executorbase.py
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ def shutdown(self, wait: bool = True, *, cancel_futures: bool = False):
self._process = None
self._future_queue = None

def _set_process(self, process: threading.Thread):
def _set_process(self, process: RaisingThread):
self._process = process
for process in self._process:
process.start()
Expand Down

0 comments on commit 9b6431d

Please sign in to comment.