softpano / pythonizer

Translator (or more correctly transcriber) from Perl to Python
http://www.softpanorama.org/Scripting/Pythonorama/Python_for_perl_programmers/Pythonizer/index.shtml
Other
39 stars 17 forks source link

Properly interpolate vars in patterns #80

Open snoopyjc opened 2 years ago

snoopyjc commented 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.

snoopyjc commented 2 years ago

Fixed in https://github.com/snoopyjc/pythonizer