From fb66c115498f253394ecad99561b6d67556cfff8 Mon Sep 17 00:00:00 2001 From: Branson Stephens <branson.stephens@ligo.org> Date: Mon, 3 Aug 2015 14:22:15 -0500 Subject: [PATCH] Ingest input files from pycbc in the same way as for gstlal. --- gracedb/translator.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gracedb/translator.py b/gracedb/translator.py index 9882dcbea..981104a10 100644 --- a/gracedb/translator.py +++ b/gracedb/translator.py @@ -65,7 +65,7 @@ def handle_uploaded_data(event, datafilename, pipeline = event.pipeline.name - if pipeline in [ 'gstlal', 'gstlal-spiir' ] or (pipeline=='MBTAOnline' and '.xml' in datafilename): + if pipeline in [ 'gstlal', 'gstlal-spiir', 'pycbc', ] or (pipeline=='MBTAOnline' and '.xml' in datafilename): log_comment = "Log File Created" # Wildly speculative wrt HM -- GitLab