mirror of
https://github.com/kevin1024/vcrpy.git
synced 2025-12-08 16:53:23 +00:00
substiture IOError with more appropriate ValueError
This commit is contained in:
@@ -288,7 +288,7 @@ class Cassette(object):
|
||||
self.append(request, response)
|
||||
self.dirty = False
|
||||
self.rewound = True
|
||||
except IOError:
|
||||
except ValueError:
|
||||
pass
|
||||
|
||||
def __str__(self):
|
||||
|
||||
Reference in New Issue
Block a user