mirror of
https://github.com/Faraphel/Atlas-Install.git
synced 2025-07-03 03:08:29 +02:00
fixed a typo
This commit is contained in:
parent
340f985673
commit
8964a052c8
1 changed files with 1 additions and 1 deletions
|
@ -78,7 +78,7 @@ def safe_eval(template: str, env: dict[str, any] = None, macros: dict[str, str]
|
|||
Evaluate the template and return the result in a safe way
|
||||
:param env: variables to use when using eval
|
||||
:param template: template to evaluate
|
||||
:param macros: additionnal macro to replace in the template
|
||||
:param macros: additional macro to replace in the template
|
||||
"""
|
||||
if env is None: env = {}
|
||||
if macros is None: macros = {}
|
||||
|
|
Loading…
Reference in a new issue