We need to add None-type checking to some of the methods in the Bundle that return lists of all of the Actions/Objects, otherwise we'll get errors such as
all_objects=self.get_all_objects(include_actions=True)
File"python-maec\maec\bundle\bundle.py", line477, inget_all_objectsforrelated_objinassociated_object.related_objects:
TypeError: 'NoneType'objectisnotiterable
We need to add None-type checking to some of the methods in the Bundle that return lists of all of the Actions/Objects, otherwise we'll get errors such as