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

Generalize the code for spawning commands #19

Closed
wants to merge 1 commit into from

Conversation

jstorimer
Copy link
Collaborator

  • spawn commands using open3

  • print stdout and stderr unless the exit code was 0

  • swallow the backtrace in case the program can't be found
    This leads to nice messages like:

    No such file or directory - html2text

- spawn commands using open3
- print stdout and stderr unless its exit code was 0
- swallow the backtrace in case the program can't be found
  This leads to nice messages like:

  No such file or directory - html2text
@fnando fnando closed this Apr 27, 2012
@fnando
Copy link
Owner

fnando commented Apr 27, 2012

Nice. We said it was opened to discussion, but I merged it anyway. :)

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

Successfully merging this pull request may close these issues.

None yet

2 participants