Fix logging instance

This commit is contained in:
adator
2024-09-01 13:41:15 +02:00
parent ccb9f307b4
commit e60ada4260

View File

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