Skip to content

Commit ee7bb21

Browse files
committed
Models.py final update :)
1 parent ee3ddb1 commit ee7bb21

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/cbapi/response/models.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2326,9 +2326,9 @@ def parents(self):
23262326
try :
23272327
yield parent
23282328
parent = parent.parent
2329-
except ObjectNotFoundException:
2329+
except ObjectNotFoundError:
23302330
return
2331-
except ObjectNotFoundException:
2331+
except ObjectNotFoundError:
23322332
return
23332333
@property
23342334
def children(self):

0 commit comments

Comments
 (0)