Skip to content

Commit

Permalink
Minor bugfix.
Browse files Browse the repository at this point in the history
  • Loading branch information
shorowit committed Jan 18, 2024
1 parent cc803e9 commit 7cf58bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rulesets/resources/301ruleset.rb
Original file line number Diff line number Diff line change
Expand Up @@ -1378,7 +1378,7 @@ def self.set_systems_hvac_rated(orig_bldg, new_bldg)
if orig_bldg.hvac_controls.size > 0
hvac_control = orig_bldg.hvac_controls[0]
control_type = hvac_control.control_type
hvac_control_id = hvac_control_id
hvac_control_id = hvac_control.id
else
control_type = HPXML::HVACControlTypeManual
hvac_control_id = 'HVACControl'
Expand Down

0 comments on commit 7cf58bc

Please sign in to comment.