We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
BatchSchedulerExecutorConfig instantiates the superclass with args, but its order seems wrong.
BatchSchedulerExecutorConfig
psij-python/src/psij/executors/batch/batch_scheduler_executor.py
Line 108 in d49a2a4
psij-python/src/psij/job_executor_config.py
Lines 14 to 15 in d49a2a4
When both are specified, job scripts are created in unexpected folder and the launcher log may be dumped into a folder, which crashes the workflow.
The text was updated successfully, but these errors were encountered:
Thank you for finding this! I submitted a PR (#515) to fix this. Once it's merged, we will release a new version.
Sorry, something went wrong.
Fix is in an 0.9.10 has been released.
Successfully merging a pull request may close this issue.
BatchSchedulerExecutorConfig
instantiates the superclass with args, but its order seems wrong.psij-python/src/psij/executors/batch/batch_scheduler_executor.py
Line 108 in d49a2a4
psij-python/src/psij/job_executor_config.py
Lines 14 to 15 in d49a2a4
When both are specified, job scripts are created in unexpected folder and the launcher log may be dumped into a folder, which crashes the workflow.
The text was updated successfully, but these errors were encountered: