Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
amofakhar committed Oct 31, 2024
1 parent 7e07411 commit e275f9b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pipelinewise/cli/multiprocess.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,7 @@ def exception(self):
return self._exception

def set_start_method_as_spawn(self):
"""
set start method as spawn
"""
multiprocessing.set_start_method('spawn', force=True)

0 comments on commit e275f9b

Please sign in to comment.