Skip to content
This repository has been archived by the owner on Sep 20, 2024. It is now read-only.

Commit

Permalink
validate extensions on ly on the main family
Browse files Browse the repository at this point in the history
  • Loading branch information
mkolar committed Aug 25, 2021
1 parent 498adfe commit 4d50db9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ def get_invalid(cls, instance):
node = instance[0]

# Create lookup for current family in instance
families = instance.data.get("families", list())
families = []
family = instance.data.get("family", None)
if family:
families.append(family)
Expand Down

0 comments on commit 4d50db9

Please sign in to comment.