Skip to content

Commit 3ef0519

Browse files
Change
1 parent e4a07be commit 3ef0519

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/modularinput/test_event.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ def test_log_exception():
162162

163163
try:
164164
raise exc
165-
except:
165+
except Exception:
166166
ew.log_exception("ex1")
167167

168168
assert out.getvalue() == ""

0 commit comments

Comments
 (0)