Skip to content

Commit

Permalink
avoid double period
Browse files Browse the repository at this point in the history
  • Loading branch information
TimidRobot committed Nov 27, 2024
1 parent 08bf541 commit 6a5e557
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/1-fetch/gcs_fetch.py
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ def query_gcs(args, service, last_completed_plan_index, plan):
"Quota exceeded" in e.reason
and "Queries per day" in e.reason
):
LOGGER.warning(f"{e.status_code}: {e.reason}.")
LOGGER.warning(f"{e.status_code}: {e.reason}")
return # abort queries
else:
LOGGER.warning(
Expand Down

0 comments on commit 6a5e557

Please sign in to comment.