Skip to content
Snippets Groups Projects
Commit 8fb47dc7 authored by Cody Messick's avatar Cody Messick
Browse files

gstlal_inspiral_split_injections: Remove Makefile variable name from MCHIRP_INJECTIONS string

parent ee713314
No related branches found
No related tags found
No related merge requests found
Pipeline #75776 passed with warnings
......@@ -161,4 +161,4 @@ else:
mchirp_str += mchirp_injection_str(keys, "%s_%04d.xml" %( options.output_tag, i) if not options.single_output else "%s.xml" % options.output_tag)
with open(options.injection_str_output, 'w') as f:
f.write('MCHIRP_INJECTIONS := %s' % mchirp_str[:-1])
f.write(mchirp_str[:-1])
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