From 84fd668b0fa7fc832f5572f95b3846f0bb288b60 Mon Sep 17 00:00:00 2001 From: Chad Hanna <chad.hanna@ligo.org> Date: Wed, 18 Apr 2018 04:11:09 -0700 Subject: [PATCH] inspiral.py: fix typo --- gstlal-inspiral/python/inspiral.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gstlal-inspiral/python/inspiral.py b/gstlal-inspiral/python/inspiral.py index 811d2e5bf9..efb006740b 100644 --- a/gstlal-inspiral/python/inspiral.py +++ b/gstlal-inspiral/python/inspiral.py @@ -1000,7 +1000,7 @@ class Data(object): def __do_gracedb_alerts(self, retries = 5, retry_delay = 5.): # sanity check - if self.farpfar is None: + if self.fapfar is None: raise ValueError("gracedb alerts cannot be enabled without fap/far data") # no-op short circuit -- GitLab