cadhub icon indicating copy to clipboard operation
cadhub copied to clipboard

Swallows calls to `print`

Open possibilities opened this issue 4 years ago • 0 comments

While chatting with @jmwright on Discord we noticed that e.g. print('foo') calls are not shows in the console but but calls to e.g. print('foo', file=sys.stderror) are.

possibilities avatar Oct 07 '21 21:10 possibilities