Sync various changes from other repos & minor updates

This commit is contained in:
2023-11-21 20:14:13 -05:00
parent 3be5e73054
commit 1bcf33638f
10 changed files with 90 additions and 34 deletions

View File

@@ -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)