]> mj.ucw.cz Git - moe.git/blobdiff - t/moe/conf.py
Fixed minor type typo
[moe.git] / t / moe / conf.py
index 685675446cc94e7da24a8c46e064b5eed0d819d2..538f9891bdd603895b5b56c644798f784a21b0cb 100644 (file)
@@ -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)