You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When ``maxtasksperchild`` was set at a very low value, workers
are created very often, sometimes at working directories deleted
after the interface cleanup. That would trigger an ``OSError``
when calling ``os.getcwd()`` during ``nipype.config`` import.
This PR sets an initializer for the workers that just changes to
the appropriate working directory before the worker is spun up.
Fixesnipreps/fmriprep#868
0 commit comments