Skip to content

Commit 773da46

Browse files
committed
Fixed typo
1 parent cd14449 commit 773da46

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

kk_bullet_constraints_builder.zip

-111 Bytes
Binary file not shown.

kk_bullet_constraints_builder/formula.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -327,7 +327,7 @@ def combineExpressions():
327327
if Vpn9 != Vpn: elemGrps[i][EGSidxBTS9] = splitAndApplyPrecisionToFormula(Vpn9)
328328
else: elemGrps[i][EGSidxBTS9] = ""
329329
if Mpn9 != Mpn: elemGrps[i][EGSidxBTB9] = splitAndApplyPrecisionToFormula(Mpn9)
330-
else: elemGrps[i][EGSidxBTS9] = ""
330+
else: elemGrps[i][EGSidxBTB9] = ""
331331

332332
###### Reinforced Concrete (Walls & Slabs)
333333
elif props.assistant_menu == "con_rei_wall":
@@ -475,6 +475,6 @@ def combineExpressions():
475475
if Vpn9 != Vpn: elemGrps[i][EGSidxBTS9] = splitAndApplyPrecisionToFormula(Vpn9)
476476
else: elemGrps[i][EGSidxBTS9] = ""
477477
if Mpn9 != Mpn: elemGrps[i][EGSidxBTB9] = splitAndApplyPrecisionToFormula(Mpn9)
478-
else: elemGrps[i][EGSidxBTS9] = ""
478+
else: elemGrps[i][EGSidxBTB9] = ""
479479

480480
################################################################################

0 commit comments

Comments
 (0)