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 /!\\')