From 43b41394a694bdbcd470b9e418b252384c10dc6e Mon Sep 17 00:00:00 2001 From: yomguy Date: Wed, 19 Oct 2011 09:29:10 +0000 Subject: [PATCH] fix again --- timeside/tests/api/test_analyzer3.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/timeside/tests/api/test_analyzer3.py b/timeside/tests/api/test_analyzer3.py index f0a0947..3308747 100644 --- a/timeside/tests/api/test_analyzer3.py +++ b/timeside/tests/api/test_analyzer3.py @@ -27,7 +27,7 @@ class TestAnalyzer: print {'name':self.analyzer.name(), 'id':self.analyzer.id(), 'unit':self.analyzer.unit(), - 'value':str(analyzer.value())} + 'value':str(self.analyzer.value())} test = TestAnalyzer(sys.argv[-1]) test.process() -- 2.39.5