-
Notifications
You must be signed in to change notification settings - Fork 95
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
Is there anyway to suppress the output from concorde? #12
Comments
@alexletu sorry for dropping the ball on this. I have seen this too, not sure what's going on. |
It looks like concorde is printing directly to stdout and stderr. There's not much to be done about this from Python; if the output is really an issue, you can try fiddling with those file descriptors similar to what's done here. |
I'd love a solution to this as well! I know it's not that important but it's pretty annoying. Other than that, GREAT library, easy to use and well documented |
@nathanielmhld Thanks for the follow-up and sorry for not responding earlier. I just wanted to point out, the 0.2.0 API for this library will run concorde in a subprocess, which will make it easier to handle stdout/stderr. See #28 (comment) for more details. |
Is there any updates on this? It is still totally unusable for projects that run concorde lots of times. |
@whiterock Not yet, but the 0.2.0 API is in a branch, and I will make some effort to finish it off soon |
Any updates on this? |
I've tried fiddling with the "silent" variable but I can't seem to get it to work
The text was updated successfully, but these errors were encountered: