For MacPython-OS9 verbose is the default.

This commit is contained in:
Jack Jansen 2002-08-22 23:36:11 +00:00
parent d59f8d0691
commit 5fd945895e
1 changed files with 3 additions and 0 deletions

View File

@ -81,6 +81,9 @@ def buildapplet():
verbose = Verbose()
elif opt in ('-?', '--help'):
usage()
# On OS9 always be verbose
if sys.platform == 'mac' and not verbose:
verbose = 'default'
# Loop over all files to be processed
for filename in args:
cr, tp = MacOS.GetCreatorAndType(filename)