[DOCS] Automatic sanitized override variable docs (#453)

* [DOCS] Automatic sanitized override variable docs

* formatting
This commit is contained in:
Jesse Bannon 2023-02-20 11:01:43 -08:00 committed by GitHub
parent 9b90c367a5
commit 741e4825a9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -114,6 +114,10 @@ class Overrides(DictFormatterValidator):
Override variables can contain explicit values and other variables, including both override Override variables can contain explicit values and other variables, including both override
and source variables. and source variables.
In addition, any override variable defined will automatically create a ``sanitized`` variable
for use. In the example above, ``output_directory_sanitized`` will exist and perform
sanitization on the value when used.
""" """
# pylint: enable=line-too-long # pylint: enable=line-too-long