Skip to content
Snippets Groups Projects
Commit 1dcc9f6c authored by Brandon Piotrzkowski's avatar Brandon Piotrzkowski
Browse files

Fix lint

parent 38ec5f78
No related branches found
No related tags found
No related merge requests found
......@@ -299,10 +299,10 @@ def handle_grb_igwn_alert(alert):
if _skymaps_are_ready(alert['object'], alert['data']['name'],
'compare'):
# if both sky maps present and a coincidence, compare sky maps
superevent_id, ext_ids = _get_superevent_ext_ids(
graceid, alert['object'], 'compare')
superevent_id, ext_id = _get_superevent_ext_ids(
graceid, alert['object'], 'combine')
superevent = gracedb.get_superevent(superevent_id)
gw_group = superevent['preferred_event_data']['group']
gw_group = superevent['preferred_event_data']['group']
tl, th = raven._time_window(graceid, gw_group,
[alert['object']['pipeline']],
[alert['object']['search']])
......
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