Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
baszoetekouw committed Oct 24, 2023
1 parent e4c9b53 commit 947f381
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/cron/scim_sweep_services.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ def service_needs_sweeping(service: Service):
services_sweeping = [service for service in services if service_needs_sweeping(service)]
aggregated_results = _result_container()
for service in services_sweeping:
logger.info(f"Running scim_sweep for service {service.abbreviation} ({service.entity_id}")
logger.info(f"Running scim_sweep for service {service.abbreviation} ({service.entity_id})")
try:
sync_results = perform_sweep(service)
aggregated_results["services"].append({"name": service.name, "sync_results": sync_results})
Expand Down

0 comments on commit 947f381

Please sign in to comment.