Skip to content

Commit 7fbf997

Browse files
committed
[client] Remove logic around split
1 parent a6203f3 commit 7fbf997

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pycti/utils/opencti_stix2_splitter.py

+1
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ def split_bundle(self, bundle, use_json=True, event_version=None) -> list:
5959
bundle_data["id"] = "bundle--" + str(uuid.uuid4())
6060

6161
raw_data = {}
62+
6263
# Build flat list of elements
6364
for item in bundle_data["objects"]:
6465
raw_data[item["id"]] = item

0 commit comments

Comments
 (0)