Skip to content
This repository was archived by the owner on Dec 5, 2025. It is now read-only.

Commit 5b66fa8

Browse files
author
Samuel Hassine
committed
[client] Fix export
1 parent 33536bc commit 5b66fa8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pycti/utils/opencti_stix2.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1440,7 +1440,7 @@ def prepare_export(
14401440

14411441
# Get notes
14421442
for export_uuid in uuids:
1443-
if "marking-definition" not in uuid:
1443+
if "marking-definition" not in export_uuid:
14441444
notes = self.opencti.stix_entity.notes(id=export_uuid)
14451445
for note in notes:
14461446
note_object_data = self.opencti.note.to_stix2(

0 commit comments

Comments
 (0)