-
Notifications
You must be signed in to change notification settings - Fork 142
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Raise error when template variable is unset #356
Comments
@jerkstorecaller can you please move your nice to haves into new issues? Those two are indeed things which I'd like to add :-) As for this issue, I wonder if really we should title it |
Done! For this issue, it's actually two issues in one (sorry I was just giving general feedback).
I can refactor this into 2 issues if you want. |
That'd be great -please keep this issue for the unset variable warning |
Done. New ticket: #432 Will now refactor this OP. |
I started from the recipe example and renamed image to image_name_ext4, but forgot to change the .image before the printf. End-result? The variable is set to WARNING_UNSET.
This syntax is confusing to me. I feel like image_name_ext4 should either be empty/unset because I set a different hidden variable called image to WARNING_UNSET, or throw an error.
The text was updated successfully, but these errors were encountered: