logical equalition

üst b6be3f09
......@@ -62,7 +62,7 @@ class CLI(inary.ui.UI):
return self.libreadline.readline(msg.encode("UTF-8")).decode("UTF-8")
def output(self, msg, err=False, verbose=False):
if (verbose and self.show_verbose) or (not verbose):
if verbose or not self.show_verbose:
if isinstance(msg, bytes):
msg = msg.decode('utf-8')
if err:
......
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