test_events: Avoid coverage errors in LogEventsTest.

This commit is contained in:
Tim Abbott 2017-05-29 15:26:33 -07:00
parent a4c3f571db
commit 4893779001
1 changed files with 1 additions and 1 deletions

View File

@ -106,7 +106,7 @@ class LogEventsTest(ZulipTestCase):
try:
shutil.rmtree(dir_name)
except OSError:
except OSError: # nocoverage
# assume it doesn't exist already
pass