We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Python 3.6 @ Ubuntu 16.04
Consider the pipeline:
test: pipeline: - run: inexistent_task
When running it via dpp run:
dpp run
$ dpp run ./test INFO :Main :Skipping redis connection, host:None, port:6379 INFO :Main :RESULTS:
The same result happens if we try running an unknown pipeline, like:
$ dpp run ./this_doesnt_exist INFO :Main :Skipping redis connection, host:None, port:6379 INFO :Main :RESULTS:
I would expect it to fail, ideally with a helpful error message (like we show when simply running dpp).
dpp
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Python 3.6 @ Ubuntu 16.04
Consider the pipeline:
When running it via
dpp run
:The same result happens if we try running an unknown pipeline, like:
I would expect it to fail, ideally with a helpful error message (like we show when simply running
dpp
).The text was updated successfully, but these errors were encountered: