pythonizer
pythonizer copied to clipboard
Incorrect translation of perl chdir, chmod
Incorrect translation of perl chdir, chmod. For example:
chdir $rundir;
produces:
rundir.os.chdir
instead of:
os.chdir(rundir)
Fixed in https://github.com/snoopyjc/pythonizer