From e27b5656fd842163a7fa678e3dba7e1676390f6a Mon Sep 17 00:00:00 2001 From: Kenneth Reitz <me@kennethreitz.org> Date: Mon, 8 Feb 2016 21:38:14 -0500 Subject: [PATCH] InsecurePlatformWarning --- bin/warnings | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/warnings b/bin/warnings index eb106b7a..64648538 100755 --- a/bin/warnings +++ b/bin/warnings @@ -1,7 +1,7 @@ shopt -s extglob old-platform() { - if grep -qi 'SNIMissingWarning' "$WARNINGS_LOG"; then + if grep -qi 'InsecurePlatformWarning' "$WARNINGS_LOG"; then puts-warn "Hello! It looks like your application is using an outdated version of Python." puts-warn "This caused the security warning you saw above during the 'pip install' step." puts-warn "We recommend '$DEFAULT_PYTHON_VERSION', which you can specify in a 'runtime.txt' file." -- GitLab