mirror of
https://github.com/kevin1024/vcrpy.git
synced 2025-12-09 01:03:24 +00:00
gotta think of the future
This commit is contained in:
@@ -98,7 +98,7 @@ def _list_of_tuples_to_dict(fs):
|
||||
|
||||
def _already_migrated(data):
|
||||
try:
|
||||
if data.get('version'):
|
||||
if data.get('version')==1:
|
||||
return True
|
||||
except AttributeError:
|
||||
return False
|
||||
|
||||
Reference in New Issue
Block a user