Skip to content

Commit 0b05d24

Browse files
committed
Fixed template directory. Piggybacking on this PR to reduce turnaround time
for testing on a PBS machine.
1 parent 094d7bf commit 0b05d24

File tree

1 file changed

+1
-1
lines changed
  • src/psij/executors/batch

1 file changed

+1
-1
lines changed

src/psij/executors/batch/pbs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@ def __init__(self, url: Optional[str] = None, config: Optional[PBSExecutorConfig
2222
"""
2323
if not config:
2424
config = PBSExecutorConfig()
25-
generator = TemplatedScriptGenerator(config, Path(__file__).parent / 'pbspro'
25+
generator = TemplatedScriptGenerator(config, Path(__file__).parent / 'pbs'
2626
/ 'pbspro.mustache')
2727
super().__init__(generator, url=url, config=config)

0 commit comments

Comments
 (0)