3rd catch
This commit is contained in:
parent
a57fcad270
commit
e6ba31937a
@ -244,6 +244,8 @@ class Application:
|
|||||||
read_allowed_items = []
|
read_allowed_items = []
|
||||||
write_allowed_items = []
|
write_allowed_items = []
|
||||||
for item in items:
|
for item in items:
|
||||||
|
if not item:
|
||||||
|
continue
|
||||||
if isinstance(item, self.Collection):
|
if isinstance(item, self.Collection):
|
||||||
path = item.path
|
path = item.path
|
||||||
else:
|
else:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user