ventormo
Results
1
comments of
ventormo
Workaround for changing syntax: `projectmaker.py` L183 `r = re.compile(r"\${[^}]*}")` => `r = re.compile(r"\&{[^}]*}")` L249 `r = re.compile(r"\${" + token + "}")` => `r = re.compile(r"\&{" + token + "}")` `&{new_syntax}`