Commit c5289224 by Alexander Popov

Fix ComplexOptCheck result printing

parent 97325e59
......@@ -165,7 +165,9 @@ class ComplexOptCheck:
o.table_print(with_results)
else:
o = self.opts[0]
o.table_print(with_results)
o.table_print(False)
if with_results:
print('| {}'.format(self.result), end='')
class OR(ComplexOptCheck):
......
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