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 37f3781 commit c0d7cadCopy full SHA for c0d7cad
nipype/utils/spm_docs.py
@@ -59,5 +59,5 @@ def _strip_header(doc):
59
except ValueError:
60
index = len(doc)
61
return doc[:index]
62
- except KeyError as e:
+ except ValueError as e:
63
raise_from(IOError('This docstring was not generated by Nipype!\n'), e)
0 commit comments