Skip to content

Commit

Permalink
Fix PR #92 (#93)
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Howitz committed Jan 17, 2020
1 parent 1e227e2 commit 5ccb66c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/AccessControl/owner.py
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ def ownerInfo(user, getattr=getattr):
if uid is None:
return uid
db = aq_parent(aq_inner(user))
if not db:
if db is None:
return None
path = [absattr(db.id)]
root = db.getPhysicalRoot()
Expand Down

0 comments on commit 5ccb66c

Please sign in to comment.