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

inspiral.py: fix typo

parent bbd425ad
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
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