Commit f86ec15e authored by Guido van Rossum's avatar Guido van Rossum

Minor output format change

parent 33f4534f
......@@ -308,7 +308,8 @@ def process(filename, addmodules):
else:
print 'Done.'
#
if not quiet: print 'Note: consider this:'; print 'strip', ofile
if not quiet and not noexec and sts == 0:
print 'Note: consider this:'; print '\tstrip', ofile
#
sys.exit(sts)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment