pythonizer icon indicating copy to clipboard operation
pythonizer copied to clipboard

No code is generated to be able to open input or output pipes

Open snoopyjc opened this issue 3 years ago • 1 comments

No code is generated to be able to open input or output pipes. For example:

 if (not open(FILE,"gzip -dc $rawfile |")) { ... }

snoopyjc avatar Nov 26 '21 04:11 snoopyjc

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

snoopyjc avatar Feb 07 '22 16:02 snoopyjc