do not display args as tuple
This commit is contained in:
@@ -9,7 +9,7 @@ def set_verbosity(b):
|
|||||||
|
|
||||||
def print_error(*args):
|
def print_error(*args):
|
||||||
if not is_verbose: return
|
if not is_verbose: return
|
||||||
print_msg(args)
|
print_msg(*args)
|
||||||
|
|
||||||
def print_msg(*args):
|
def print_msg(*args):
|
||||||
# Stringify args
|
# Stringify args
|
||||||
|
|||||||
Reference in New Issue
Block a user