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

Fix #820: Unhandled exception "TypeError: 'NoneType' object is not callable" #1599

Merged
merged 2 commits into from
Jan 9, 2024

Conversation

aryoda
Copy link
Contributor

@aryoda aryoda commented Jan 4, 2024

  • Fix bug: Unhandled exception "TypeError: 'NoneType' object is not callable" in tools.py function __log_keyring_warning (Unhandled exception: NoneType #820). Logging thread removed and logger module correctly initialized as fix. Is "Heisenbug" so 100 % retesting was not possible.
  • Refactor: Solved circular dependency between tools.py and logger.py to fix Unhandled exception: NoneType #820

…s not callable")

* Fix bug: Unhandled exception "TypeError: 'NoneType' object is not callable" in tools.py function __log_keyring_warning (bit-team#820).
   Logging thread removed and logger module correctly initialized as fix. Is "Heisenbug" so 100 % retesting was not possible.
* Refactor: Solved circular dependency between tools.py and logger.py to fix bit-team#820
@buhtz
Copy link
Member

buhtz commented Jan 5, 2024

I have no deep understanding of what is going on here. But beside of that the PR looks OK to me.
Maybe cool off some days and review your own PR yourself again?

@buhtz buhtz self-requested a review January 5, 2024 09:26
@aryoda
Copy link
Contributor Author

aryoda commented Jan 5, 2024

Maybe cool off some days and review your own PR yourself again?

Yes, I will do so!

I have also installed the fixed version on my "PRD" system and will thoroughly watch the log the next days...

@aryoda aryoda merged commit 6fde5e3 into bit-team:dev Jan 9, 2024
1 check failed
@aryoda aryoda deleted the issue/820_NoneType branch January 9, 2024 21:48
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.

Unhandled exception: NoneType
2 participants