Skip to content

Commit

Permalink
fix: [stix2 import] Fixed a quick issue coming from the last conflict…
Browse files Browse the repository at this point in the history
…s resolving
  • Loading branch information
chrisr3d committed Oct 10, 2024
1 parent 0facf49 commit 9814ba9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion misp_stix_converter/stix2misp/external_stix2_to_misp.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ def __init__(self):
def parse_stix_bundle(
self, cluster_distribution: Optional[int] = 0,
cluster_sharing_group_id: Optional[int] = None,
organisation_uuid: Optional[str] = MISP_org_uuid, **kwargs):
organisation_uuid: Optional[str] = None, **kwargs):
self._set_parameters(**kwargs)
self._set_cluster_distribution(
cluster_distribution, cluster_sharing_group_id
Expand Down

0 comments on commit 9814ba9

Please sign in to comment.