Skip to content

Commit 1bbb079

Browse files
author
Souheil Inati
committed
Fixed variable name in PBS plugin. Now works.
1 parent 3e4e32d commit 1bbb079

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

nipype/pipeline/plugins/pbs.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@ class PBSPlugin(SGELikeBatchManagerBase):
2323
2424
"""
2525

26+
# Addtional class variables
27+
_max_jobname_len = 15
28+
2629
def __init__(self, **kwargs):
2730
template = """
2831
#PBS -V

0 commit comments

Comments
 (0)