Fix ignoring of DYNPKG_RELEASE variable in Configurator

This commit is contained in:
Théophile Diot 2024-09-11 10:57:22 +02:00
parent d601c88f82
commit 8000b93f3e
No known key found for this signature in database
GPG key ID: FA995104A0BA376A

View file

@ -202,6 +202,7 @@ class Configurator:
"DOCKER_HOST",
"SLAVE_MODE",
"MASTER_MODE",
"DYNPKG_RELEASE",
)
):
self.__logger.warning(f"Ignoring variable {variable} : {err}")