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

Wait time is misprinted if max time is low #32

Open
m-roberts opened this issue Jun 25, 2021 · 0 comments
Open

Wait time is misprinted if max time is low #32

m-roberts opened this issue Jun 25, 2021 · 0 comments

Comments

@m-roberts
Copy link
Contributor

https://github.com/pi-top/pt-firmware-updater-deb/blob/85ed306075dbd128d1c02db98cd1d0a467abf5b6/src/lib/pt_firmware_checker.py#L35

    PTLogger.info("Waiting {} seconds.".format(wait_timeout))

If max_wait_timeout is less than 300, this will show Waiting 300s, but will exit faster than that.

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

No branches or pull requests

1 participant