From 899870099099ddc71bff44d7aa1bb3e81e9b1023 Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Tue, 23 Jul 2013 23:07:42 -0400 Subject: [PATCH] Minor --- pyotlss.py | 1 + 1 file changed, 1 insertion(+) diff --git a/pyotlss.py b/pyotlss.py index 3071b89ad..6d3cdabb4 100755 --- a/pyotlss.py +++ b/pyotlss.py @@ -349,6 +349,7 @@ def __classify_context (self): self.RuleCount = ChainTyp+'ClassRuleCount' self.RuleSet = ChainTyp+'ClassSet' self.RuleSetCount = ChainTyp+'ClassSetCount' + self.ClassDef = 'InputClassDef' if Chain else 'ClassDef' if self.Format not in [1, 2, 3]: