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

Python -missing global specifiers on version check #1048

Closed
gerth2 opened this issue Dec 17, 2023 · 0 comments · Fixed by #1050
Closed

Python -missing global specifiers on version check #1048

gerth2 opened this issue Dec 17, 2023 · 0 comments · Fixed by #1050
Labels
bug Something isn't working

Comments

@gerth2
Copy link
Contributor

gerth2 commented Dec 17, 2023

The two globals for version check aren't good:

  1. Missing global statements, so at least one is getting treated as a local and then is unused.
  2. never updated the last-check timestamp, so checks to super fast zoomy

og discovery here - #1040 (comment)

@gerth2 gerth2 added the bug Something isn't working label Dec 17, 2023
This was referenced Dec 17, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant