Skip to content

Commit 3b557ee

Browse files
priouxeffigies
andauthored
Update nipype/pipeline/engine/utils.py
Co-authored-by: Chris Markiewicz <[email protected]>
1 parent 99aad8a commit 3b557ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nipype/pipeline/engine/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
logger = logging.getLogger("nipype.workflow")
5252

5353

54-
def _parameterization_dir(param,maxlen):
54+
def _parameterization_dir(param, maxlen):
5555
"""
5656
Returns the directory name for the given parameterization string as follows:
5757
- If the parameterization is longer than maxlen characters, then

0 commit comments

Comments
 (0)