Skip to content

Commit 8a6e023

Browse files
committed
Fix for duplicated collections
Signed-off-by: Luigi Mori <l@isidora.org>
1 parent 3abb334 commit 8a6e023

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

maec/bundle/bundle.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -181,6 +181,7 @@ def __init__(self):
181181

182182
def to_obj(self, ns_info=None):
183183
action_collection_list_obj = super(ActionCollectionList, self).to_obj()
184+
action_collection_list_obj.set_Action_Collection([])
184185

185186
for action_collection in self:
186187
if len(action_collection.action_list) > 0:

0 commit comments

Comments
 (0)