mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-04-27 14:57:41 +00:00
Fix up old identifier
This commit is contained in:
parent
5eb4cbb429
commit
5de541bab7
1 changed files with 1 additions and 1 deletions
|
|
@ -197,7 +197,7 @@ class CaldavStorage(Storage):
|
||||||
rv.append((href, Item(obj), etag))
|
rv.append((href, Item(obj), etag))
|
||||||
hrefs_left.remove(href)
|
hrefs_left.remove(href)
|
||||||
for href in hrefs_left:
|
for href in hrefs_left:
|
||||||
raise exceptions.NotFound(href)
|
raise exceptions.NotFoundError(href)
|
||||||
return rv
|
return rv
|
||||||
|
|
||||||
def get(self, href):
|
def get(self, href):
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue