]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Minor output format change
authorGuido van Rossum <guido@python.org>
Fri, 7 Jan 1994 10:55:55 +0000 (10:55 +0000)
committerGuido van Rossum <guido@python.org>
Fri, 7 Jan 1994 10:55:55 +0000 (10:55 +0000)
Demo/scripts/freeze.py

index c17c33f83d21529bb0fecd76f147e013d8b9ae1b..85ab5bc098af8ddc5a0a42fc53f65dbc6c9a3d17 100755 (executable)
@@ -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)