-
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 CommandDependency.paths fallbacks
The old CommandDependency implementation assumed that commands would exist in one of the directories listed in PATH. This assumption is, unfortunately, often not satisfied on MS Windows or OS X. In order to work around this problem, you can now store a list of fallback paths that will be tried if there is an error extracting the version stream from the bare CommandDependency.command. I've added fallback paths for Notepad++, Firefox, and Google Chrome, as reported by Ethan White for Windows 7.
- Loading branch information
W. Trevor King
committed
Mar 11, 2013
1 parent
e4d1199
commit 22a8bd5
Showing
2 changed files
with
74 additions
and
39 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