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 094d7bf commit 0b05d24Copy full SHA for 0b05d24
src/psij/executors/batch/pbs.py
@@ -22,6 +22,6 @@ def __init__(self, url: Optional[str] = None, config: Optional[PBSExecutorConfig
22
"""
23
if not config:
24
config = PBSExecutorConfig()
25
- generator = TemplatedScriptGenerator(config, Path(__file__).parent / 'pbspro'
+ generator = TemplatedScriptGenerator(config, Path(__file__).parent / 'pbs'
26
/ 'pbspro.mustache')
27
super().__init__(generator, url=url, config=config)
0 commit comments