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

Stop on error #6

Open
hamogu opened this issue Dec 11, 2018 · 0 comments
Open

Stop on error #6

hamogu opened this issue Dec 11, 2018 · 0 comments

Comments

@hamogu
Copy link
Member

hamogu commented Dec 11, 2018

When a script (e.g. a CIAO tool) reports an error, processing should be stopped to help debugging. Currently, it just pastes the next command which may run, take a long time, produce a lot of output and hid the actual error in the logs.
Not sure how to do that best, maybe some form of subprocess.check_output? But how would that work when multiple CIAO commands are executed?

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

1 participant