Skip to content

Commit

Permalink
Fix misuse of english.
Browse files Browse the repository at this point in the history
  • Loading branch information
stuartcampbell committed Jan 9, 2025
1 parent 195dcd6 commit aba9245
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/nsls2api/services/background_service.py
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ async def worker_function():
)
case JobActions.synchronize_proposals_for_cycle:
logger.info(
f"Processing job {job.id} to synchronize proposals for the {job.sync_parameters.facility} facilities cycle {job.sync_parameters.cycle} (from {job.sync_parameters.sync_source})."
f"Processing job {job.id} to synchronize proposals for the {job.sync_parameters.facility} facility's cycle {job.sync_parameters.cycle} (from {job.sync_parameters.sync_source})."
)
await sync_service.worker_synchronize_proposals_for_cycle_from_pass(
job.sync_parameters.cycle, job.sync_paramters.facility
Expand Down

0 comments on commit aba9245

Please sign in to comment.