pull/207/head
yuvipanda 2018-02-01 04:27:55 -08:00
rodzic e3bf8a16c6
commit 91065eb11a
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -152,5 +152,5 @@ class Python2BuildPack(PythonBuildPack):
with open(runtime_txt) as f:
runtime = f.read().strip()
if runtime == 'python-2.7':
return True and super().detect()
return True
return False