mirror of
https://github.com/encounter/dtk-template.git
synced 2025-12-19 09:55:26 +00:00
Sync various changes from other repos & minor updates
This commit is contained in:
@@ -220,4 +220,4 @@ def expand(string, vars, local_vars={}):
|
||||
return "$"
|
||||
return local_vars.get(var, vars.get(var, ""))
|
||||
|
||||
return re.sub(r"\$(\$|\w*)", exp, string)
|
||||
return re.sub(r"\$(\$|\w*)", exp, string)
|
||||
|
||||
Reference in New Issue
Block a user