Skip to content

Commit

Permalink
Fix job infosys initialization
Browse files Browse the repository at this point in the history
  • Loading branch information
anisyonk committed Sep 10, 2024
1 parent 4a45bc2 commit 9d7309e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pilot/control/job.py
Original file line number Diff line number Diff line change
Expand Up @@ -2365,7 +2365,7 @@ def create_job(dispatcher_response: dict, queuename: str) -> Any:
job = JobData(dispatcher_response)
jobinfosys = InfoService()
jobinfosys.init(queuename, infosys.confinfo, infosys.extinfo, JobInfoProvider(job))
job.init(infosys)
job.init(jobinfosys)

logger.info(f'received job: {job.jobid} (sleep until the job has finished)')

Expand Down

0 comments on commit 9d7309e

Please sign in to comment.