Skip to content

Commit

Permalink
pysqa: set default jobname to pysqa
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-janssen committed Nov 9, 2024
1 parent d31907f commit 8ed77d8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions executorlib/standalone/cache/queue.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,8 @@ def execute_with_pysqa(
for k in unsupported_keys:
if k in resource_dict:
del resource_dict[k]
if "job_name" not in resource_dict:
resource_dict["job_name"] = "pysqa"
submit_kwargs.update(resource_dict)
return qa.submit_job(**submit_kwargs)

Expand Down

0 comments on commit 8ed77d8

Please sign in to comment.