3rd catch

This commit is contained in:
Peter Bieringer 2016-09-17 15:11:02 +02:00
parent a57fcad270
commit e6ba31937a

View File

@ -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: