From 4963887c4b2dae1e942f40fd36f3573713ed664a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Th=C3=A9ophile=20Diot?= Date: Thu, 23 Jan 2025 18:28:45 +0100 Subject: [PATCH] Fix wrong type for extra_configs in autoconf Config.py --- src/autoconf/Config.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/autoconf/Config.py b/src/autoconf/Config.py index 91c8d23ae..1125a570f 100644 --- a/src/autoconf/Config.py +++ b/src/autoconf/Config.py @@ -169,6 +169,7 @@ def apply( self.wait_applying() configs = configs or {} + extra_config = extra_config or {} changes = [] if instances != self.__instances or first: