From b7f8cdf037dd78efeccac57bc73806e6af8d241a Mon Sep 17 00:00:00 2001 From: Tomas Gavenciak Date: Fri, 28 May 2010 23:48:43 -0400 Subject: [PATCH] Fixed minor type typo --- t/moe/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t/moe/conf.py b/t/moe/conf.py index 6856754..538f989 100644 --- a/t/moe/conf.py +++ b/t/moe/conf.py @@ -125,7 +125,7 @@ class ConfigCondition(ConfigElem): """ if not text: text = self.formula_string(formula) - super(ConfigVar, self).__init__(text) + super(ConfigCondition, self).__init__(text) self.formula = formula self.parent = parent # Setup dependencies on used variables (not on the parent condition) -- 2.39.2