You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Pushed a fix for print() inside of init.py. Haven't done an exhaustive search through the code but this gets rid of the most annoying case. I'll be doing a release of 0.41.1 soon with this and another fix.
Simple
import pyboof
prints to stdoutAnd some other things to stderr.
Please don't print to stdout. I am making some CLI script and want to use stdout for my output.
Thanks in advance
The text was updated successfully, but these errors were encountered: