Skip to content

Commit

Permalink
Merge pull request #260 from pyiron/remote_fix_function_signature
Browse files Browse the repository at this point in the history
remote: submit_job() fix signature
  • Loading branch information
jan-janssen authored Feb 4, 2024
2 parents 3a0c105 + 4ced8e7 commit f446e94
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pysqa/ext/remote.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ def submit_job(
run_time_max=None,
dependency_list=None,
command=None,
**kwargs,
):
if dependency_list is not None:
raise NotImplementedError(
Expand Down

0 comments on commit f446e94

Please sign in to comment.