We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f80842a commit 9c8722aCopy full SHA for 9c8722a
contentctl/objects/detection_tags.py
@@ -198,11 +198,7 @@ def sameTypeAndSubtypeNotPresent(
198
error_string = "\n".join(
199
str(e) for e in subtype_and_parent_exist_exceptions
200
)
201
- # raise ValueError(
202
- # "Overlapping MITRE Attack ID Tactics and Subtactics may not be defined. "
203
- # f"Remove the tactic and keep the subtactic:\n{error_string}"
204
- # )
205
- print(
+ raise ValueError(
206
"Overlapping MITRE Attack ID Tactics and Subtactics may not be defined. "
207
f"Remove the tactic and keep the subtactic:\n{error_string}"
208
0 commit comments