pythonizer
pythonizer copied to clipboard
Properly interpolate vars in patterns
Vars in patterns are not properly interpolated unless they are the entire pattern. For example /$var/
works, but /DC_$year/
does not.
Fixed in https://github.com/snoopyjc/pythonizer