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

db: fix display of "-a" (last pass/fail) output #303

Merged
merged 2 commits into from
Apr 3, 2024
Merged

db: fix display of "-a" (last pass/fail) output #303

merged 2 commits into from
Apr 3, 2024

Commits on Apr 3, 2024

  1. utils: clean up pyright errors in utils.py

    - logging debug() takes an exc_info bool.
    - chardet.detect() can return None, so handle that case.
    wwade committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    8a2e245 View commit details
    Browse the repository at this point in the history
  2. db: fix display of "-a" (last pass/fail) output

    It was using float division instead of integer, and so was always
    showing zeroes for time deltas less than 1 hour.
    wwade committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    9a7b20e View commit details
    Browse the repository at this point in the history