Skip to content

Commit

Permalink
Merge pull request #143 from anisyonk/jobinfosys_init_fix
Browse files Browse the repository at this point in the history
Fix job.infosys initialization
  • Loading branch information
PalNilsson authored Sep 13, 2024
2 parents fca3597 + 9d7309e commit dd5a0d9
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 dd5a0d9

Please sign in to comment.