From 52dc771d4f9974e31f20fe1a1dfa79b6fe9d6c48 Mon Sep 17 00:00:00 2001
From: "gregory.ashton" <gregory.ashton@ligo.org>
Date: Sat, 24 Sep 2016 23:55:40 +0200
Subject: [PATCH] Fix variable error

---
 pyfstat.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pyfstat.py b/pyfstat.py
index 846d8de..18368b1 100755
--- a/pyfstat.py
+++ b/pyfstat.py
@@ -293,7 +293,7 @@ class SemiCoherentGlitchSearch(BaseSearchClass, ComputeFstat):
     """
 
     @initializer
-    def __init__(self, label, outdir, tref, tstart, tend, nglitches=0,
+    def __init__(self, label, outdir, tref, tstart, tend, nglitch=0,
                  sftlabel=None, sftdir=None, minCoverFreq=None,
                  maxCoverFreq=None, detector=None, earth_ephem=None,
                  sun_ephem=None):
-- 
GitLab