Skip to content

Commit

Permalink
maint: pylint
Browse files Browse the repository at this point in the history
  • Loading branch information
arachez committed Mar 7, 2025
1 parent 4606317 commit 74a616e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions wsd/annotate/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -188,8 +188,7 @@ def _complete_document(event=None):
state.cur = 0
state.selected = None
state.tokens = get_tokens()
except Exception as e:
print(e)
except:
state.done = True


Expand Down

0 comments on commit 74a616e

Please sign in to comment.