From 0f31e67be6ec62433db896a6576e51825f268011 Mon Sep 17 00:00:00 2001 From: adator <85586985+adator85@users.noreply.github.com> Date: Wed, 18 Sep 2024 19:10:15 +0200 Subject: [PATCH] check python version fix --- core/installation.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/installation.py b/core/installation.py index 2cdd5c4..c424e01 100644 --- a/core/installation.py +++ b/core/installation.py @@ -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 /!\\")