We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db888cf commit 22f5a8dCopy full SHA for 22f5a8d
src/satosa/yaml.py
@@ -45,8 +45,8 @@ def _constructor_envfile_variables(loader, node):
45
46
47
TAG_ENV = "!ENV"
48
-TAG_ENV_FILE = "!ENVFILE"
+TAG_ENVFILE = "!ENVFILE"
49
50
51
_safe_loader.add_constructor(TAG_ENV, _constructor_env_variables)
52
-_safe_loader.add_constructor(TAG_ENV_FILE, _constructor_envfile_variables)
+_safe_loader.add_constructor(TAG_ENVFILE, _constructor_envfile_variables)
0 commit comments