Skip to content

Commit 1b012f8

Browse files
committed
oh ... yet another regression problem found while running tests on various servers
1 parent 8c9c029 commit 1b012f8

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

caldav/calendarobjectresource.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -605,6 +605,8 @@ def load(self, only_if_unloaded: bool = False) -> Self:
605605
r = self.client.request(str(self.url))
606606
if r.status and r.status == 404:
607607
raise error.NotFoundError(errmsg(r))
608+
except error.NotFoundError:
609+
raise
608610
except:
609611
self.load_by_multiget()
610612
self.data = vcal.fix(r.raw)

0 commit comments

Comments
 (0)