Private
Public Access
1
0

almost all tests passed

This commit is contained in:
Sander Roosendaal
2019-02-08 21:37:51 +01:00
parent 0545ee6d06
commit 7a6965fa9f
4 changed files with 5 additions and 4 deletions

View File

@@ -90,7 +90,7 @@ class UserPreferencesTest(TestCase):
for workout in self.user_workouts:
try:
os.remove(workout.csvfilename)
except (IOError, WindowsError):
except (IOError, WindowsError,OSError):
pass
def test_accountsettings(self):