Skip to content

Commit

Permalink
Merge pull request #1936 from bunkerity/dev
Browse files Browse the repository at this point in the history
Fix wrong type for extra_configs in autoconf Config.py
  • Loading branch information
TheophileDiot authored Jan 23, 2025
2 parents 6736bbe + 4963887 commit 5c32177
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/autoconf/Config.py
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,7 @@ def apply(
self.wait_applying()

configs = configs or {}
extra_config = extra_config or {}

changes = []
if instances != self.__instances or first:
Expand Down

0 comments on commit 5c32177

Please sign in to comment.