Open snoopyjc opened 2 years ago
Vars in patterns are not properly interpolated unless they are the entire pattern. For example /$var/ works, but /DC_$year/ does not.
/$var/
/DC_$year/
Fixed in https://github.com/snoopyjc/pythonizer
Vars in patterns are not properly interpolated unless they are the entire pattern. For example
/$var/
works, but/DC_$year/
does not.