-
Notifications
You must be signed in to change notification settings - Fork 535
Closed
Description
nipype/nipype/pipeline/plugins/tools.py
Lines 32 to 45 in 388f140
When creating this crashfile, the results file corresponding | |
to the node could not be found.""".splitlines( | |
keepends=True | |
) | |
except Exception as exc: | |
traceback += """ | |
During the creation of this crashfile triggered by the above exception, | |
another exception occurred:\n\n{}.""".format( | |
exc | |
).splitlines( | |
keepends=True | |
) | |
else: |
Removing the explicit keyword reference should produce the expected behavior on both py2 and 3.
Metadata
Metadata
Assignees
Labels
No labels