-
-
Notifications
You must be signed in to change notification settings - Fork 89
Closed
Description
Currently it can be a Table or None (no files) or an empty list (no keywords). Internally it's also temporarily (shouldn't be visible to users) set to an empty dictionary. However the docs state that it's a Table.
Personally I would prefer if it would always be a Table, however that would be backwards-incompatible, especially for checks regarding if collection.summary tests (Tables are always True).
Does it make any sense to change the behavior here?