Skip to content

Commit

Permalink
Catch valueerror
Browse files Browse the repository at this point in the history
  • Loading branch information
zkovari committed Sep 30, 2022
1 parent d103891 commit d0ecc45
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/test_filter.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,3 +45,5 @@ def test_drag(qtbot):
filter.eventFilter(label, event)
except TypeError: # coming from super
pass
except ValueError:
pass

0 comments on commit d0ecc45

Please sign in to comment.