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 487523f commit fcae401Copy full SHA for fcae401
bin/nipype_display_crash
@@ -74,7 +74,6 @@ if __name__ == "__main__":
74
default=None,
75
help='Directory to run the node in' + defstr)
76
args = parser.parse_args()
77
- print args.debug, args.ipydebug
78
debug = 'ipython' if args.ipydebug else args.debug
79
if debug == 'ipython':
80
import sys
0 commit comments