Add missing false
This commit is contained in:
parent
5561d3d09c
commit
4d2188cc90
@ -89,6 +89,7 @@ class PythonInstalled < Requirement
|
|||||||
false
|
false
|
||||||
elsif @min_version.major == 2 && `python -c "import sys; print(sys.version_info[0])"`.strip == "3"
|
elsif @min_version.major == 2 && `python -c "import sys; print(sys.version_info[0])"`.strip == "3"
|
||||||
@unsatisfied_because += "Your `python` points to a Python 3.x. This is not supported."
|
@unsatisfied_because += "Your `python` points to a Python 3.x. This is not supported."
|
||||||
|
false
|
||||||
else
|
else
|
||||||
@imports.keys.map do |module_name|
|
@imports.keys.map do |module_name|
|
||||||
if not importable? module_name
|
if not importable? module_name
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user