Commit 05567f06 by Frak

fix typo

parent 7d95d59b
...@@ -188,7 +188,7 @@ class ComplexOptCheck: ...@@ -188,7 +188,7 @@ class ComplexOptCheck:
o = self.opts[0] o = self.opts[0]
o.table_print(mode, False) o.table_print(mode, False)
if with_results: if with_results:
print(f'| {colorize_result(self.result)}', end=') print(f'| {colorize_result(self.result)}', end='')
def json_dump(self, with_results): def json_dump(self, with_results):
dump = self.opts[0].json_dump(False) dump = self.opts[0].json_dump(False)
......
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