mirror of https://github.com/zulip/zulip.git
test_events: Avoid coverage errors in LogEventsTest.
This commit is contained in:
parent
a4c3f571db
commit
4893779001
|
@ -106,7 +106,7 @@ class LogEventsTest(ZulipTestCase):
|
|||
|
||||
try:
|
||||
shutil.rmtree(dir_name)
|
||||
except OSError:
|
||||
except OSError: # nocoverage
|
||||
# assume it doesn't exist already
|
||||
pass
|
||||
|
||||
|
|
Loading…
Reference in New Issue