Skip to content

Commit

Permalink
Revert "Switch to "spawn" method"
Browse files Browse the repository at this point in the history
This reverts commit ae37a19.

Closes #772
  • Loading branch information
marcelm committed Apr 12, 2024
1 parent 76437b5 commit 55ffe6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cutadapt/runners.py
Expand Up @@ -26,7 +26,7 @@

logger = logging.getLogger()

mpctx = multiprocessing.get_context("spawn")
mpctx = multiprocessing.get_context()

# See https://github.com/python/typeshed/issues/9860
if TYPE_CHECKING:
Expand Down

0 comments on commit 55ffe6e

Please sign in to comment.