Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Proposed updates for PR 496 #11

Closed

Commits on Aug 9, 2024

  1. Convert enormous regular string to multi-line f-string. This is much …

    …shorter and will make list maintenance less of a hassle if changes are needed
    mkavulich committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    6fe54a5 View commit details
    Browse the repository at this point in the history
  2. Convert Case_Data object to a dictionary, this is much simpler, elimi…

    …nates a ton of redundant code, and avoids the pitfall of accessing internal class variables
    mkavulich committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    4665346 View commit details
    Browse the repository at this point in the history
  3. - Convert logging level to command-line argument

     - Fix some bad references to "missing_value" outside dictionary
     - Remove some old commented prints
     - Fix calls to logging.critical() with no argument
    mkavulich committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    6773b7f View commit details
    Browse the repository at this point in the history