Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
FSL
funpack
Commits
a65431fa
Commit
a65431fa
authored
Dec 28, 2021
by
Paul McCarthy
🚵
Browse files
MNT: Don't call set_start_method more than once
parent
e304bfb9
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
funpack/main.py
View file @
a65431fa
...
...
@@ -118,7 +118,8 @@ def main(argv=None):
# - see the "macOS issues" note in
# README, and the python bug report:
# https://bugs.python.org/issue33725
mp
.
set_start_method
(
'fork'
)
if
mp
.
get_start_method
(
True
)
is
None
:
mp
.
set_start_method
(
'fork'
)
# The icd10 module maintains information
# which is potentially shared (read from
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment