From 127322030d16857a5e4aec4d8a3910c9c70709df Mon Sep 17 00:00:00 2001 From: Raul Cuza Date: Wed, 6 Jul 2011 12:16:49 -0400 Subject: Made verbose mode for commands a little more verbose. --- tools/export2.py | 1 + 1 file changed, 1 insertion(+) (limited to 'tools') diff --git a/tools/export2.py b/tools/export2.py index 6e0e2787e..a6a06da14 100755 --- a/tools/export2.py +++ b/tools/export2.py @@ -217,6 +217,7 @@ def main(argv=None): for cmd in commando_orders: output = run(commando[cmd])[0].strip() if options.verbose: + print "Ran '%s' with output:" % cmd print output if __name__ == '__main__': -- cgit v1.2.3-1-g7c22