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

Bad code generated if we have if/else on the same line #100

Open snoopyjc opened 2 years ago

snoopyjc commented 2 years ago

Bad code generated if we have if/else on the same line. For example:

if($shelf eq '') {$var = "str1";}else {$var = "str2";}
snoopyjc commented 2 years ago

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