-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Allow passing batch script to submit method as a string (#77)
* Add env_vars args in job submission * Add option for submission from string in basic client * Remove unnecessary assignment * Small refactoring * Fix docstring * Add str submission in async client + refactor * Relax typing to avoid errors * Add exception for wrong arguments in submission * Add error message in exception * Fix bug * Fix typo
- Loading branch information
Showing
3 changed files
with
150 additions
and
26 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters