seamless
seamless copied to clipboard
Transformer.debug.direct_print_file does not work for compiled transformers
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