Skip to content

Commit

Permalink
Missing keywords.
Browse files Browse the repository at this point in the history
  • Loading branch information
lymereJ committed Feb 12, 2025
1 parent 74b0924 commit d8ee657
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
RECORD_HELP = """
Must provide a tuple that contains:
template: TEXT
class_of_construction: TEXT
thermal_bridge_type: TEXT
mitigated_psi_factor: NUMERIC
unmitigated_psi_factor: NUMERIC
Expand Down Expand Up @@ -122,6 +123,7 @@ def _preprocess_record(self, record):

return (
getattr_either("template", record),
getattr_either("class_of_construction", record),
getattr_either("thermal_bridge_type", record),
getattr_either("mitigated_psi_factor", record),
getattr_either("unmitigated_psi_factor", record),
Expand Down

0 comments on commit d8ee657

Please sign in to comment.