mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-04-27 14:57:41 +00:00
Fix style issue
This commit is contained in:
parent
8ab9c429cc
commit
55c2d1f619
1 changed files with 0 additions and 1 deletions
|
|
@ -105,7 +105,6 @@ class FilesystemStorage(Storage):
|
||||||
if not isinstance(item.raw, text_type):
|
if not isinstance(item.raw, text_type):
|
||||||
raise TypeError('item.raw must be a unicode string.')
|
raise TypeError('item.raw must be a unicode string.')
|
||||||
|
|
||||||
|
|
||||||
try:
|
try:
|
||||||
with atomic_write(fpath, binary=True, overwrite=False) as f:
|
with atomic_write(fpath, binary=True, overwrite=False) as f:
|
||||||
f.write(item.raw.encode(self.encoding))
|
f.write(item.raw.encode(self.encoding))
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue