Skip to content

Commit d2dd4e7

Browse files
author
jackjansen
committed
For MacPython-OS9 verbose is the default.
git-svn-id: http://svn.python.org/projects/python/trunk@28381 6015fed2-1504-0410-9fe1-9d1591cc4771
1 parent 69565e0 commit d2dd4e7

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

Mac/scripts/BuildApplet.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,9 @@ def buildapplet():
8181
verbose = Verbose()
8282
elif opt in ('-?', '--help'):
8383
usage()
84+
# On OS9 always be verbose
85+
if sys.platform == 'mac' and not verbose:
86+
verbose = 'default'
8487
# Loop over all files to be processed
8588
for filename in args:
8689
cr, tp = MacOS.GetCreatorAndType(filename)

0 commit comments

Comments
 (0)