Skip to content
Snippets Groups Projects
Commit 4e325097 authored by Chad Hanna's avatar Chad Hanna
Browse files

gstlal_inspiral: pass description to final call to write_output_file

parent f5da2772
No related branches found
No related tags found
No related merge requests found
......@@ -713,7 +713,7 @@ for svd_bank, output_filename, likelihood_namedtuple in zip(svd_banks, options.o
#
output.write_output_file(filename = output_filename or output.coincs_document.T050017_filename("%s_LLOID" % options.job_tag, "xml.gz"), verbose = options.verbose)
output.write_output_file(filename = output_filename or output.coincs_document.T050017_filename("%s_LLOID" % options.job_tag, "xml.gz"), description = "%s_LLOID" % options.job_tag, verbose = options.verbose)
#
......
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