Skip to content
Snippets Groups Projects
Commit a32ca255 authored by Kenneth Reitz's avatar Kenneth Reitz
Browse files

pretty error message

parent e304089c
No related branches found
No related tags found
No related merge requests found
...@@ -2,7 +2,9 @@ shopt -s extglob ...@@ -2,7 +2,9 @@ shopt -s extglob
pylibmc-missing() { pylibmc-missing() {
if grep -qi 'fatal error: libmemcached/memcached.h: No such file or directory' "$WARNINGS_LOG"; then if grep -qi 'fatal error: libmemcached/memcached.h: No such file or directory' "$WARNINGS_LOG"; then
puts-warn "pylibmc is missing." puts-warn "Hello! There was a problem with your build related to libmemcache."
puts-warn "The Python library 'pylibmc' must be explicitly specified in 'requirements.txt' in order to build correctly."
puts-warn "Once you do that, everything should work as expected. -- Much Love, Heroku."
fi fi
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment