Skip to content

Commit 6bc955a

Browse files
committed
Add debug log [skip ci]
1 parent e9ed516 commit 6bc955a

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

nipype/interfaces/freesurfer/preprocess.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1071,6 +1071,11 @@ def cmdline(self):
10711071
[os.path.join(subj_dir, f) for f in infiles]):
10721072
flags.append(noflag)
10731073
else:
1074+
iflogger.info('recon-all step incomplete: {step}\n'
1075+
'Targets: {outfiles!r}\n'
1076+
'Dependencies: {infiles!r}'.format(
1077+
step=step, outfiles=outfiles,
1078+
infiles=infiles))
10741079
no_run = False
10751080

10761081
if no_run and not self.force_run:

0 commit comments

Comments
 (0)