]> git.parisson.com Git - timeside.git/commitdiff
bugfix
authorGuillaume Pellerin <yomguy@parisson.com>
Mon, 22 Dec 2014 17:48:49 +0000 (18:48 +0100)
committerGuillaume Pellerin <yomguy@parisson.com>
Mon, 22 Dec 2014 17:48:49 +0000 (18:48 +0100)
timeside/grapher/render_analyzers.py

index 92b683371269e57d2ead3e7e5c0db95b98c50da8..eec5eeabf67dedba883518c1f302c53692b3d98e 100644 (file)
@@ -109,7 +109,6 @@ class DisplayAnalyzer(Grapher):
                 parent_analyzer = analyzer(**analyzer_parameters)
                 self.parents['analyzer'] = parent_analyzer
                 self._result_id = result_id
-                self.staging = _staging
 
             @staticmethod
             @interfacedoc