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 nipype.interfaces.dcm2nii.Dcm2nii() is run, it creates a config.ini in its working directory, because of the call to _gen_filename() in nipype/interfaces/dcm2nii.py.
It would be polite for it to clean up after itself rather than leaving this file in place.