Merge pull request #240 from BasdeWinter/BasdeWinter-patch-1

Update raspi-blinka.py
This commit is contained in:
Melissa LeBlanc-Williams 2023-02-13 08:25:44 -08:00 committed by GitHub
commit f9928f941f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -105,7 +105,7 @@ Raspberry Pi and installs Blinka
default_python = 0
if not shell.prompt("Continue?"):
shell.exit()
elif default_python_version() < 3:
elif int(default_python_version()) < 3:
shell.warn("WARNING Default System python version is {}. It will be updated to Version 3.".format(default_python_version(False)))
default_python = 2
if not shell.prompt("Continue?"):