Skip to content

Commit

Permalink
Fix showing attributes for not farm instances
Browse files Browse the repository at this point in the history
  • Loading branch information
kalisp committed Nov 6, 2024
1 parent bd3010f commit 9fcc50a
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,9 @@ def apply_settings(cls, project_settings):

@classmethod
def get_attr_defs_for_instance(cls, create_context, instance):
if instance.product_type not in cls.families:
return []

host_name = create_context.host_name

task_name = instance["task"]
Expand Down

0 comments on commit 9fcc50a

Please sign in to comment.