Browse Source

do not display args as tuple

master
ThomasV 13 years ago
parent
commit
72358fbc20
  1. 2
      lib/util.py

2
lib/util.py

@ -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

Loading…
Cancel
Save