seamless icon indicating copy to clipboard operation
seamless copied to clipboard

Transformer.debug.direct_print_file does not work for compiled transformers

Open sjdv1982 opened this issue 2 years ago • 0 comments

stdout /stderr is still printed to terminal. For a fix, use os.dup / os.dup2: see https://stackoverflow.com/questions/26126160/redirecting-standard-out-in-err-back-after-os-dup2

sjdv1982 avatar Oct 01 '22 15:10 sjdv1982