Commit 544d7841 by Alexander Popov

ComplexOptCheck type has the type of the first opt in it

parent b12077a9
......@@ -177,6 +177,10 @@ class ComplexOptCheck:
return self.opts[0].name
@property
def type(self):
return self.opts[0].type
@property
def expected(self):
return self.opts[0].expected
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment