Add missing false
This commit is contained in:
parent
5561d3d09c
commit
4d2188cc90
@ -89,6 +89,7 @@ class PythonInstalled < Requirement
|
||||
false
|
||||
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."
|
||||
false
|
||||
else
|
||||
@imports.keys.map do |module_name|
|
||||
if not importable? module_name
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user