Skip to content
Snippets Groups Projects
Commit 1d142e2a authored by Brian Moe's avatar Brian Moe
Browse files

Interface to make_LVAlertTable in glue changed.

parent 63ff461e
No related branches found
No related tags found
No related merge requests found
......@@ -81,7 +81,7 @@ def issueXMPPAlert(event, location, temp_data_loc):
env=env)
#msg = createPayload(event.graceid(), location)
xmldoc = glue.lvalert.utils.make_LVAlertTable("", location, event.graceid(), temp_data_loc)
xmldoc = glue.lvalert.utils.make_LVAlertTable(location, event.graceid(), temp_data_loc)
buf = StringIO.StringIO()
glue.ligolw.utils.write_fileobj(xmldoc, buf)
msg = buf.getvalue()
......
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