Skip to content
Snippets Groups Projects
Commit b38695ba authored by Kipp Cannon's avatar Kipp Cannon Committed by Kipp Cannon
Browse files

lloidhandler: edit a comment

parent b45db570
No related branches found
No related tags found
No related merge requests found
......@@ -947,12 +947,7 @@ class Handler(simplehandler.Handler):
for event in events:
event.eff_distance = NaN
# set metadata on triggers. because this uses the
# ID generator attached to the database-backed
# sngl_inspiral table, and that generator has been
# synced to the database' contents, the IDs
# assigned here will not collide with any already
# in the database
# set metadata on triggers.
for event in events:
event.process_id = self.coincs_document.process_id
event.event_id = self.coincs_document.get_next_sngl_id()
......
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