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

Is there anyway to suppress the output from concorde? #12

Open
alexletu opened this issue Apr 28, 2018 · 7 comments
Open

Is there anyway to suppress the output from concorde? #12

alexletu opened this issue Apr 28, 2018 · 7 comments

Comments

@alexletu
Copy link

I've tried fiddling with the "silent" variable but I can't seem to get it to work

@jvkersch
Copy link
Owner

jvkersch commented May 5, 2018

@alexletu sorry for dropping the ball on this. I have seen this too, not sure what's going on.

@jvkersch
Copy link
Owner

jvkersch commented May 6, 2018

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.

@nathanielmhld
Copy link

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

@jvkersch
Copy link
Owner

@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.

@whiterock
Copy link

Is there any updates on this? It is still totally unusable for projects that run concorde lots of times.

@jvkersch
Copy link
Owner

@whiterock Not yet, but the 0.2.0 API is in a branch, and I will make some effort to finish it off soon

@ghost
Copy link

ghost commented Jul 25, 2023

Any updates on this?

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

No branches or pull requests

4 participants