From e60ada42603e5e02924ea2b7e01faca36d7027f3 Mon Sep 17 00:00:00 2001 From: adator <85586985+adator85@users.noreply.github.com> Date: Sun, 1 Sep 2024 13:41:15 +0200 Subject: [PATCH] Fix logging instance --- core/installation.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/installation.py b/core/installation.py index f0a3839..027013e 100644 --- a/core/installation.py +++ b/core/installation.py @@ -30,8 +30,6 @@ class Install: self.set_configuration() - self.init_log_system() - if self.skip_install: return None @@ -79,6 +77,8 @@ class Install: venv_python_executable=f'{os.path.join(defender_install_folder, venv_folder, "bin")}{os.sep}python' ) + self.init_log_system() + # Exclude Windows OS if os.name == 'nt': #print('/!\\ Skip installation /!\\')