mirror of
https://github.com/kevin1024/vcrpy.git
synced 2025-12-09 09:13:23 +00:00
make config options actually do stuff
This commit is contained in:
@@ -21,7 +21,7 @@ class Cassette(object):
|
||||
new_cassette._load()
|
||||
return new_cassette
|
||||
|
||||
def __init__(self, path, serializer="yaml"):
|
||||
def __init__(self, path, serializer):
|
||||
self._path = path
|
||||
self._serializer = serializer
|
||||
self.data = OrderedDict()
|
||||
|
||||
Reference in New Issue
Block a user