Grimrukh / soulstruct

Python tools for inspecting and modifying FromSoft games (mainly Dark Souls 1).
144 stars 16 forks source link

fix case of `DEFAULT_PROJECT_PATH` kwarg #16

Closed LukeLavan closed 2 years ago

LukeLavan commented 2 years ago

Because the kwarg being passed to SET_CONFIG was all lowercase but the attribute was defined as all caps in config.py, trying to set (or clear) the default project would result in a KeyError here. Simply fixing the case causes this behavior to function as expected.