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

Commit a42825c

Browse files
author
Samuel Hassine
committed
[client] Fix hint (#161)
1 parent 8c32efd commit a42825c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pycti/entities/opencti_report.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -370,7 +370,7 @@ def contains_stix_object_or_stix_relationship(self, **kwargs):
370370
else:
371371
self.opencti.log(
372372
"error",
373-
"[opencti_report] Missing parameters: id or entity_id",
373+
"[opencti_report] Missing parameters: id or stixObjectOrStixRelationshipId",
374374
)
375375

376376
"""

0 commit comments

Comments
 (0)