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

gstlal_ll_inspiral_daily_page: fix typo that wasn't properly assembling injection data bases

parent df063629
No related branches found
No related tags found
No related merge requests found
......@@ -115,7 +115,7 @@ for f in noninj_files_to_merge:
del progressbar
progressbar = ProgressBar("Merge injection files", len(inj_files_to_merge))
for f in noninj_files_to_merge:
for f in inj_files_to_merge:
subprocess.check_call(["ligolw_sqlite", "--tmp-space", "/dev/shm", "--database", "%s" % injdb, "%s" % f])
subprocess.check_call(["lalapps_run_sqlite", "--tmp-space", "/dev/shm", "--sql-file", "/usr/share/gstlal/simplify_and_cluster.sql", "%s" % injdb])
progressbar.increment()
......
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