1
0
mirror of https://github.com/kevin1024/vcrpy.git synced 2025-12-08 16:53:23 +00:00

formatting fixes

This commit is contained in:
Kevin McCarthy
2013-12-01 14:38:46 -10:00
parent 188b57a2fa
commit 49929e3064
3 changed files with 15 additions and 7 deletions

View File

@@ -8,5 +8,5 @@ class FilesystemPersister(object):
dirname, filename = os.path.split(cassette_path)
if dirname and not os.path.exists(dirname):
os.makedirs(dirname)
with open(cassette_path, 'w') as f:
f.write(data)
with open(cassette_path, 'w') as f:
f.write(data)