Fix python3_enable to return true
Recent regression spotted by Dmitry Tantsur. DevStack dropped Py2 support but the now-unused-in-devstack python3_enable got its result nastily inversed. Change-Id: I4b37cc847a24705c4955cec2e6e45f0514705f1b
This commit is contained in:
parent
48c0d38502
commit
3cbb33e5c6
@ -446,7 +446,7 @@ function setup_package {
|
|||||||
# Report whether python 3 should be used
|
# Report whether python 3 should be used
|
||||||
# TODO(frickler): drop this once all legacy uses are removed
|
# TODO(frickler): drop this once all legacy uses are removed
|
||||||
function python3_enabled {
|
function python3_enabled {
|
||||||
return 1
|
return 0
|
||||||
}
|
}
|
||||||
|
|
||||||
# Provide requested python version and sets PYTHON variable
|
# Provide requested python version and sets PYTHON variable
|
||||||
|
Loading…
Reference in New Issue
Block a user