Skip to content
Snippets Groups Projects
Commit ddf3cad4 authored by Wanting Niu's avatar Wanting Niu
Browse files

take out bracket

parent 96160bc2
No related branches found
No related tags found
1 merge request!595add the "SubSolarMass" Label to the Injection Events uploaded via Event Uploader
Pipeline #626045 passed with warnings
......@@ -529,9 +529,9 @@ class EventUploader(events.EventProcessor):
# add labels
labels = []
if self.is_injection_job:
labels.append(['SUBSOLAR_MASS'])
labels.append('SUBSOLAR_MASS')
if 'apply_snr_optimized_label' in event['favored'] and event['favored']['apply_snr_optimized_label']:
labels.append(['SNR_OPTIMIZED']) # don't apply the SNR_OPTIMIZED label for skymap optimizer events
labels.append('SNR_OPTIMIZED') # don't apply the SNR_OPTIMIZED label for skymap optimizer events
resp = self.client.createEvent(
self.gracedb_group,
......
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