Skip to content

Commit

Permalink
wrong variable name
Browse files Browse the repository at this point in the history
  • Loading branch information
gymnast86 committed Dec 25, 2024
1 parent 5fc9ba0 commit 5d217bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion logic/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -396,7 +396,7 @@ def load_config_from_file(

if not isinstance(other_mods, list):
raise ConfigError(
f"Could not read value for setting '{setting_name}'. Are you sure that {setting_name} is defined as a list? Current value: {mixed_pools}."
f"Could not read value for setting '{setting_name}'. Are you sure that {setting_name} is defined as a list? Current value: {other_mods}."
)

cur_world_settings.other_mods = other_mods
Expand Down

0 comments on commit 5d217bf

Please sign in to comment.