Skip to content

Commit

Permalink
Merge 921336e into 1e227e2
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Howitz committed Dec 9, 2019
2 parents 1e227e2 + 921336e commit 5751cbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/AccessControl/owner.py
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 5751cbb

Please sign in to comment.