Skip to content

Commit 07403cc

Browse files
committed
f-string
1 parent 9931bfe commit 07403cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ def load_processed_files_into_bigquery(event, context):
209209
publisher = pubsub_v1.PublisherClient()
210210
topic_path = publisher.topic_path(DEFAULT_PROJECT, PUBSUB_TOPIC)
211211
print(
212-
"Publishing to {topic_path}: partition={partition},continue_publishing={str(continue_publishing)}"
212+
f"Publishing to {topic_path}: partition={partition},continue_publishing={str(continue_publishing)}"
213213
)
214214
future = publisher.publish(
215215
topic_path,

0 commit comments

Comments
 (0)