check python version fix

This commit is contained in:
adator
2024-09-18 19:10:15 +02:00
parent 3cd2077f63
commit 0f31e67be6

View File

@@ -69,7 +69,7 @@ class Install:
venv_python_executable=f'{os.path.join(defender_install_folder, venv_folder, "bin")}{os.sep}python'
)
if self.check_python_version():
if not self.check_python_version():
# If the Python version is not good then Exit
exit("/!\\ Python version error /!\\")