-
Notifications
You must be signed in to change notification settings - Fork 74
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
If a substitution evaluates to the empty string, then yaml.safe_load() will return None, resulting in an exception being raised. Instead, this commit allows for the empty string by first wrapping it in an extra set of quotes before passing to yaml.safe_load(). Signed-off-by: Jacob Perron <[email protected]>
- Loading branch information
1 parent
21a9dde
commit a58b2e6
Showing
2 changed files
with
12 additions
and
0 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