Skip to content

Commit 8b6d24e

Browse files
committed
fix string formatting
1 parent fc08e7f commit 8b6d24e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/1-fetch/gcs_fetch.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,7 @@ def main():
260260
args,
261261
PATHS["repo"],
262262
PATHS["data_quarter"],
263-
"Add and commit new Google Custom Search (GCS) data for {QUARTER}",
263+
f"Add and commit new Google Custom Search (GCS) data for {QUARTER}",
264264
)
265265
shared.git_push_changes(args, PATHS["repo"])
266266

0 commit comments

Comments
 (0)