mirror of
https://github.com/iio612/DEFENDER.git
synced 2026-02-13 11:14:23 +00:00
check python version fix
This commit is contained in:
@@ -69,7 +69,7 @@ class Install:
|
|||||||
venv_python_executable=f'{os.path.join(defender_install_folder, venv_folder, "bin")}{os.sep}python'
|
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
|
# If the Python version is not good then Exit
|
||||||
exit("/!\\ Python version error /!\\")
|
exit("/!\\ Python version error /!\\")
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user