Skip to content
Snippets Groups Projects
Commit db2c06f2 authored by Amanda Baylor's avatar Amanda Baylor
Browse files

Fix EARLY_WARNING label issue in gstlal_ll_inspiral_event_uploader

parent 355d9a53
No related branches found
No related tags found
No related merge requests found
Pipeline #591190 passed with warnings
......@@ -536,7 +536,7 @@ class EventUploader(events.EventProcessor):
'coinc.xml',
filecontents = event['favored']['coinc'],
search = self.gracedb_search,
labels = 'SNR_OPTIMIZED' if 'snr_optimized' in event['favored'] and event['favored']['snr_optimized'] else None,
labels = 'SNR_OPTIMIZED' if 'snr_optimized' in event['favored'] and event['favored']['snr_optimized'] else label,
)
except HTTPError as resp:
logger.warning(resp)
......
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