mirror of
https://github.com/Faraphel/Atlas-Install.git
synced 2025-07-03 03:08:29 +02:00
added a todo
This commit is contained in:
parent
19ded49c27
commit
9a97453a20
1 changed files with 2 additions and 0 deletions
|
@ -126,3 +126,5 @@ def multiple_safe_eval(template: str, extra_token_map: dict[str, str] = None, en
|
||||||
|
|
||||||
# pass everything between TOKEN_START and TOKEN_END in the function
|
# pass everything between TOKEN_START and TOKEN_END in the function
|
||||||
return re.sub(rf"{TOKEN_START}(.*?){TOKEN_END}", format_part_template, template)
|
return re.sub(rf"{TOKEN_START}(.*?){TOKEN_END}", format_part_template, template)
|
||||||
|
|
||||||
|
# TODO: see if extra_token_map can't be shortened
|
||||||
|
|
Loading…
Reference in a new issue