-
Notifications
You must be signed in to change notification settings - Fork 45
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
python manage.py distill-local returns exit status 0 on failure #21
Comments
The exception is rippling all the way up to at least Django |
django-distill kindly worked around this by catching and exiting. |
Actually, this might also be an issue with the Let's try moving |
How to re-produce this error ? Because currently there is no such build failure while we deploy new changes !! |
Look at distill-local source code |
There have been a few failures to build, which havent been seen because
python manage.py distill-local
doesnt return a non-zero exit status.#19 is one such occurrence, which was with Django 2.
Here is the same occurring when using Django <2.0
https://travis-ci.org/jayvdb/coala_community/builds/311125722#L1182
The text was updated successfully, but these errors were encountered: