Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Don't print to stdout on import #20

Open
filiphanes opened this issue Oct 6, 2022 · 3 comments
Open

Don't print to stdout on import #20

filiphanes opened this issue Oct 6, 2022 · 3 comments
Assignees

Comments

@filiphanes
Copy link

Simple import pyboof prints to stdout

Gateway Server Started
Launching Java process: java_port=25333 python_port=2533

And 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

@filiphanes filiphanes changed the title Don't print on import Don't print to stdout on import Oct 6, 2022
@lessthanoptimal
Copy link
Owner

fair enough. Will work on getting this fixed.

@lessthanoptimal
Copy link
Owner

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.

@lessthanoptimal
Copy link
Owner

If you have a chance can you test it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants