1
0
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:
Kevin McCarthy
2014-05-10 11:36:03 -10:00
parent d7f7152dbf
commit 6d656717a1

View File

@@ -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