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

Issue #418: Error printout in the logger #420

Merged
merged 1 commit into from Aug 18, 2020
Merged

Issue #418: Error printout in the logger #420

merged 1 commit into from Aug 18, 2020

Conversation

vkbo
Copy link
Owner

@vkbo vkbo commented Aug 18, 2020

Fix the error message about the lookup of a None handle. It was caused by the function that clears the document editor footer bar that shows the document status and word count. Passing a handle = None to it was used to clear it, but the function always made a lookup for the corresponding item even with a None handle. This works just fine, but the search for a None item emits an error message in the lookup function nonetheless.

@vkbo vkbo linked an issue Aug 18, 2020 that may be closed by this pull request
@vkbo vkbo merged commit dbe7b80 into main Aug 18, 2020
@vkbo vkbo deleted the issue_418 branch August 18, 2020 19:55
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.

Apparantly Harmless Error message
1 participant