Skip to content

Conversation

@MattTheCuber
Copy link

@MattTheCuber MattTheCuber commented Dec 11, 2025

Purpose of This Pull Request

Please check the relevant option by placing an "X" inside the brackets:

  • Documentation update
  • Bug fix
  • New feature
  • Other (please explain):

Overview of Changes

The following error was thrown with no config files:

TypeError: dict.get() takes no keyword arguments

This PR fixes this bug by fixing a dictionary get call.

Related Issue

Related to #81

Reviewer Focus

N/A

Additional Notes

This was probably never caught because in testing there was always a config file. configurator's Config class allows the keyword default argument, but Python dictionaries do not (see second line change).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant