We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 003d313 commit 3b2f67cCopy full SHA for 3b2f67c
1 file changed
games/baldursgate3/pak_parser.py
@@ -74,7 +74,7 @@ def _get_metadata_for_file(
74
force_reparse_metadata: bool,
75
) -> str:
76
meta_ini = Path(mod.absolutePath()) / "meta.ini"
77
- config = configparser.ConfigParser()
+ config = configparser.ConfigParser(interpolation=None)
78
config.read(meta_ini, encoding="utf-8")
79
try:
80
if file.name.endswith("pak"):
0 commit comments