Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
yucohen committed Jun 2, 2024
1 parent bc4070f commit 91b75b2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions demisto_sdk/commands/content_graph/objects/layout.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,7 @@ def match(_dict: dict, path: Path) -> bool:
and not _dict["id"].startswith("incident")
and not _dict["id"].startswith("indicator")
):
if _dict["group"] in ("incident", "indicator"):
return True
return True
return False

def metadata_fields(self) -> Set[str]:
Expand Down

0 comments on commit 91b75b2

Please sign in to comment.