mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-03-25 08:55:50 +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))
|
||||
hrefs_left.remove(href)
|
||||
for href in hrefs_left:
|
||||
raise exceptions.NotFound(href)
|
||||
raise exceptions.NotFoundError(href)
|
||||
return rv
|
||||
|
||||
def get(self, href):
|
||||
|
|
|
|||
Loading…
Reference in a new issue