Skip to content

Commit 929f715

Browse files
authored
fix: remove unnecessary config deletion statement
1 parent 20e9490 commit 929f715

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

mindboggle/mindboggle123

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,6 @@ def mindboggle(subjectid, fsdir, antsdir, antsseg, out, args, num_threads=1):
242242
print(command)
243243

244244
from nipype import config
245-
del config._sections['execution']['display_variable']
246245
cli = CommandLine(command='mindboggle')
247246
cli.inputs.args = all_args
248247
cli.cmdline

0 commit comments

Comments
 (0)