Skip to content
Snippets Groups Projects
Commit 60414199 authored by Branson Craig Stephens's avatar Branson Craig Stephens
Browse files

Merge branch 'master' of https://versions.ligo.org/git/gracedb

parents 5e95eb7c afc276b9
No related branches found
No related tags found
No related merge requests found
......@@ -410,7 +410,7 @@ def buildVOEvent(event, serial_number, voevent_type, request=None, skymap_filena
v.set_WhereWhen(ww)
############ Citation ############################
if voevent_type != 'preliminary':
if event.voevent_set.count()>1 and voevent_type != 'preliminary':
c = Citations()
for ve in event.voevent_set.all():
# Oh, actually we need to exclude *this* voevent.
......
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