Skip to content
Snippets Groups Projects
Commit c5bf4b61 authored by Leo Tsukada's avatar Leo Tsukada
Browse files

lvalert_helper.py : fix indexing in get_coinc_xmldoc

parent df2a27f8
No related branches found
No related tags found
1 merge request!503O4a online dtdphi plotter
......@@ -68,7 +68,7 @@ def get_filename(gracedb_client, graceid, filename, retries = 3, retry_delay = 1
def get_coinc_xmldoc(gracedb_client, graceid, filename = "coinc.xml"):
return ligolw_utils.load_fileobj(get_filename(gracedb_client, graceid, filename = filename), contenthandler = LIGOLWContentHandler)[0]
return ligolw_utils.load_fileobj(get_filename(gracedb_client, graceid, filename = filename), contenthandler = LIGOLWContentHandler)
def upload_fig(fig, gracedb_client, graceid, filename, log_message, tagname = "psd"):
......
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