Skip to content

Commit

Permalink
Hopefully this commit fixes etags in filesystem storage
Browse files Browse the repository at this point in the history
  • Loading branch information
untitaker committed Apr 10, 2014
1 parent 9b78360 commit a93a06a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions vdirsyncer/storage/filesystem.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ def __enter__(self):
return self

def __exit__(self, type, value, tb):
self.f.close()
if type is None:
os.rename(self.tmppath, self.fpath)
else:
Expand Down

0 comments on commit a93a06a

Please sign in to comment.