mirror of
https://github.com/python/cpython.git
synced 2025-07-23 19:25:40 +00:00
Minor output format change
This commit is contained in:
parent
f62f687453
commit
032d39461b
1 changed files with 2 additions and 1 deletions
|
@ -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)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue