Skip to content
Snippets Groups Projects
Commit 0c8d0aa0 authored by Rebecca Ewing's avatar Rebecca Ewing
Browse files

gstlal_ll_inspiral_event_uploader: add missing f in f-string

parent 5bd25926
No related branches found
No related tags found
No related merge requests found
Pipeline #481891 failed
......@@ -107,7 +107,7 @@ class EventUploader(events.EventProcessor):
request_timeout=options.request_timeout,
num_messages=options.num_jobs,
kafka_server=options.kafka_server,
input_topic="gstlal.{options.tag}.{options.input_topic}",
input_topic=f"gstlal.{options.tag}.{options.input_topic}",
tag=options.tag
)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment