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

Commit f73fab9

Browse files
author
Samuel Hassine
committed
[client] Fix linting
1 parent f6af4e6 commit f73fab9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pycti/utils/opencti_stix2.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1439,9 +1439,9 @@ def prepare_export(
14391439
"""
14401440

14411441
# Get notes
1442-
for uuid in uuids:
1442+
for export_uuid in uuids:
14431443
if "marking-definition" not in uuid:
1444-
notes = self.opencti.stix_entity.notes(id=uuid)
1444+
notes = self.opencti.stix_entity.notes(id=export_uuid)
14451445
for note in notes:
14461446
note_object_data = self.opencti.note.to_stix2(
14471447
entity=note,

0 commit comments

Comments
 (0)