pythonizer icon indicating copy to clipboard operation
pythonizer copied to clipboard

Incorrect translation of perl chdir, chmod

Open snoopyjc opened this issue 3 years ago • 1 comments

Incorrect translation of perl chdir, chmod. For example:

   chdir $rundir;

produces:

rundir.os.chdir

instead of:

os.chdir(rundir)

snoopyjc avatar Nov 19 '21 15:11 snoopyjc

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

snoopyjc avatar Feb 07 '22 16:02 snoopyjc