Skip to content

Commit

Permalink
Fix BDDL heat source link name issue
Browse files Browse the repository at this point in the history
  • Loading branch information
cgokmen committed Jan 29, 2024
1 parent a79f13e commit a3630fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bddl/knowledge_base/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@ def required_meta_links(self) -> Set[str]:
if property in properties:
if 'requires_inside' in properties[property] and properties[property]['requires_inside']:
continue
required_links.add('heatSource')
required_links.add('heatsource')

if 'fillable' in properties:
required_links.add('fillable')
Expand Down

0 comments on commit a3630fc

Please sign in to comment.