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.
2 parents 5f22d19 + 66411f4 commit 68dd94fCopy full SHA for 68dd94f
nipype/scripts/utils.py
@@ -71,7 +71,6 @@ def add_args_options(arg_parser, interface):
71
args["default"] = getattr(inputs, name)
72
args["action"] = 'store_true'
73
74
- print(name, spec.trait_type)
75
# current support is for simple trait types
76
if not spec.inner_traits:
77
if not spec.is_trait_type(traits.TraitCompound):
0 commit comments