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

Commit cf01faa

Browse files
committed
[client] report expection when element is ignored during import
1 parent 65e6388 commit cf01faa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pycti/connector/opencti_connector_helper.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1918,7 +1918,7 @@ def send_stix2_bundle(self, bundle: str, **kwargs) -> list:
19181918
os.rename(write_file, final_write_file)
19191919

19201920
stix2_splitter = OpenCTIStix2Splitter()
1921-
(expectations_number, bundles, _) = (
1921+
(expectations_number, _, bundles) = (
19221922
stix2_splitter.split_bundle_with_expectations(
19231923
bundle=bundle,
19241924
use_json=True,

0 commit comments

Comments
 (0)