-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
swc-installation-test-2.py: Add --help and --verbose
The system information is useful for troubleshooting a student's installation problems, but it is probably less useful for the student themselves. Turn off this troubleshooting information by default and require the --verbose option to re-enable it. If we didn't have to maintain support for Python 2.6, we could use argparse instead of optparse. The optparse module is deprecated for 2.7, 3.2, and later, but it is still part of the stdandard library. Also update the README to point out --verbose.
- Loading branch information
W. Trevor King
committed
Feb 26, 2013
1 parent
38520f9
commit e383f75
Showing
2 changed files
with
36 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters