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 668d3d8 commit a933a7cCopy full SHA for a933a7c
nipype/interfaces/mrtrix/convert.py
@@ -328,7 +328,6 @@ def _run_interface(self, runtime):
328
# as a commandline argument to the matlab executable (without creating any files).
329
# This, however, is less reliable and harder to debug (code will be reduced to
330
# a single line and stripped of any comments).
331
- print script
332
result = MatlabCommand(script=script, mfile=True)
333
r = result.run()
334
return runtime
0 commit comments