Skip to content

Commit cde1365

Browse files
committed
more explicit select files error message
1 parent 8a5a190 commit cde1365

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nipype/interfaces/io.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -688,7 +688,7 @@ def _list_outputs(self):
688688
# Handle the case where nothing matched
689689
if not filelist:
690690
msg = "No files were found matching %s template: %s" % (
691-
field, template)
691+
field, filled_template)
692692
if self.inputs.raise_on_empty:
693693
raise IOError(msg)
694694
else:

0 commit comments

Comments
 (0)