Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 5fd9458

Browse files
committed
For MacPython-OS9 verbose is the default.
1 parent d59f8d0 commit 5fd9458

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)