Private
Public Access
1
0

passing some tests

This commit is contained in:
Sander Roosendaal
2019-02-25 20:03:23 +01:00
parent 555b456da1
commit e543411dbc
26 changed files with 1332 additions and 1315 deletions

View File

@@ -332,7 +332,7 @@ class VirtualEventViewTest(TestCase):
def tearDown(self):
try:
os.remove('rowers/tests/testdata/temp/course.kml')
except (WindowsError, OSError, IOError):
except (FileNotFoundError, OSError, IOError):
pass