From c30660980db658ebfbffe83174cec0150e1aa3ba Mon Sep 17 00:00:00 2001 From: Raul Cuza Date: Wed, 6 Jul 2011 13:29:44 -0400 Subject: Group verpose output in a more logical way. --- tools/export2.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/export2.py b/tools/export2.py index a6a06da14..567d4b227 100755 --- a/tools/export2.py +++ b/tools/export2.py @@ -217,8 +217,8 @@ 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 + print "Ran '%s' with above output." % cmd if __name__ == '__main__': sys.exit(main()) -- cgit v1.2.3-1-g7c22