-
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.
Issue error if selector command uses char that DNE (#24)
Closes #15 - `sel_vars`. Check that SuSo vars exist (in data-level list of chars) - `sel_remove_metadata`. Check that user-specified char exists Existing code already handles the following cases: - `sel_remove_metadata`. If neither SuSo nor user-specified chars exist, there is an error informing the user to use the `misscharok` option. - `sel_chars`. There is no check, and I think this might make sense. The purpose of `sel_chars` is to look for variables with matching characteristics. If the characteristic doesn't exist, no variables will be selected. Perhaps we could think about some informational message to say that this char doesn't exist at all (above and beyond what the messages at the end of the command definition already do).
- Loading branch information
1 parent
b6d6f62
commit 423de12
Showing
4 changed files
with
58 additions
and
2 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
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