-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix premature validation for properties.
Properties should validate in _validate(), not in _set(), so that we can get help, version info, etc. This appears to be the intent because Executive.verifyConfiguration() will call _validate() and nicely prints all of the errors, not just the first one.
- Loading branch information
1 parent
09b1768
commit 183a459
Showing
2 changed files
with
7 additions
and
18 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