This commit is contained in:
Saifeddine ALOUI 2023-06-10 10:10:54 +02:00
parent 5423a9a5d7
commit 4909b6ab00

View File

@ -150,7 +150,7 @@ class ModelProcess:
module = importlib.util.module_from_spec(module_spec)
module_spec.loader.exec_module(module)
if hasattr(module, "Install"):
module.Install(self)
module.Install(self.config)
# define the full absolute path to the module
absolute_path = binding_path.resolve()