almost all tests passed
This commit is contained in:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user