Skip to content

Commit

Permalink
Fix removal job_info
Browse files Browse the repository at this point in the history
  • Loading branch information
kalisp committed Nov 5, 2024
1 parent 8526e5a commit 3b03400
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -466,8 +466,8 @@ def process(self, instance):

# Inject deadline url to instances to query DL for job id for overrides
for inst in instances:
inst.data["deadline"].pop("job_info")
inst["deadline"] = instance.data["deadline"]
inst["deadline"].pop("job_info")

# publish job file
publish_job = {
Expand Down

0 comments on commit 3b03400

Please sign in to comment.