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

Commit 633b6ce

Browse files
committed
[client] fix
1 parent c0605ef commit 633b6ce

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
@@ -2562,7 +2562,7 @@ def element_operation_delete(self, item, operation):
25622562
stix_helper.delete(id=item["id"])
25632563
else:
25642564
raise ValueError(
2565-
"Delete operation or no stix helper", {"type": item["type"]}
2565+
"Delete operation or not found stix helper", {"type": item["type"]}
25662566
)
25672567

25682568
def apply_opencti_operation(self, item, operation):

0 commit comments

Comments
 (0)