do not display args as tuple
authorThomasV <thomasv@gitorious>
Fri, 23 Nov 2012 18:11:16 +0000 (19:11 +0100)
committerThomasV <thomasv@gitorious>
Fri, 23 Nov 2012 18:11:16 +0000 (19:11 +0100)
lib/util.py

index 9467a3e..33cfaef 100644 (file)
@@ -9,7 +9,7 @@ def set_verbosity(b):
 
 def print_error(*args):
     if not is_verbose: return
-    print_msg(args)
+    print_msg(*args)
 
 def print_msg(*args):
     # Stringify args