Skip to content

Commit da3e1d6

Browse files
committed
Coverage: this block IS executed, this is false positive
1 parent 815bb6d commit da3e1d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

openstudiobackporter/backport_3_11_0_to_3_10_0.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ def run_translation(idf_3_11_0: openstudio.IdfFile) -> openstudio.IdfFile:
8484

8585
elif iddname == "OS:WaterHeater:Sizing":
8686
wh_ = get_target(idf_file=idf_3_11_0, idf_obj=obj, index=1)
87-
if wh_.is_initialized():
87+
if wh_.is_initialized(): # pragma: no cover
8888
whIddObject = wh_.get().iddObject()
8989
if whIddObject.name() == "OS:ThermalStorage:ChilledWater:Stratified":
9090
# skip this object

0 commit comments

Comments
 (0)