EOX GitLab Instance

Skip to content
Snippets Groups Projects
Commit e4798b24 authored by Lubomir Dolezal's avatar Lubomir Dolezal
Browse files

silence lint

parent c6eb7101
No related branches found
No related tags found
No related merge requests found
Pipeline #22533 passed
......@@ -37,7 +37,7 @@ def constructor_env_variables(loader: yaml.Loader, node):
g,
)
if env_variable is not None:
full_value = full_value.replace(f"${{{g}}}", env_variable) # type: ignore
full_value = full_value.replace(f"${{{g}}}", env_variable) # type: ignore # noqa: E501
else:
return None
return full_value
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment