We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5701fa5 commit 78ffbaeCopy full SHA for 78ffbae
fmriprep/cli/run.py
@@ -421,7 +421,7 @@ def build_workflow(opts, retval):
421
from yaml import load as loadyml
422
with open(opts.use_plugin) as f:
423
plugin_settings = loadyml(f)
424
- plugin_settings.set_default('plugin_args', {})
+ plugin_settings.setdefault('plugin_args', {})
425
else:
426
# Defaults
427
plugin_settings = {
0 commit comments