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 b991c34 commit d08a4b1Copy full SHA for d08a4b1
nipype/interfaces/io.py
@@ -2436,8 +2436,7 @@ def _get_files_over_ssh(self, template):
2436
2437
if len(outfiles) == 0:
2438
# no files
2439
- msg = 'Output key: %s Template: %s returned no files' % (
2440
- key, template)
+ msg = 'Output template: %s returned no files' % template
2441
if self.inputs.raise_on_empty:
2442
raise IOError(msg)
2443
else:
0 commit comments