mirror of
https://github.com/iio612/DEFENDER.git
synced 2026-02-13 19:24:23 +00:00
Fix logging instance
This commit is contained in:
@@ -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 /!\\')
|
||||
|
||||
Reference in New Issue
Block a user