mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-03-31 09:55:55 +00:00
Fix typo
This commit is contained in:
parent
75bd145507
commit
5a26721905
1 changed files with 1 additions and 1 deletions
|
|
@ -159,7 +159,7 @@ class SingleFileStorage(Storage):
|
|||
if self._last_mtime is not None and \
|
||||
self._last_mtime != os.path.getmtime(self.path):
|
||||
raise exceptions.PreconditionFailed(
|
||||
'Some other program modified the file {r!}'.format(path))
|
||||
'Some other program modified the file {r!}'.format(self.path))
|
||||
text = join_collection(
|
||||
(item.raw for item, etag in itervalues(self._items)),
|
||||
)
|
||||
|
|
|
|||
Loading…
Reference in a new issue