Skip to content

Commit

Permalink
Merge pull request #2474 from tay0thman/patch-11
Browse files Browse the repository at this point in the history
Update walltypes_naming_convention_check.py
  • Loading branch information
jmcouffin authored Dec 5, 2024
2 parents 6e5a8c0 + a76ba6d commit 5a81c1a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ def check_model(doc, output):
wall_counts = Counter((wall.Name for wall in walls))

# Load wall list from JSON
allowed_wall_names = set(pick_json()["allowed_wall_types"])`"
allowed_wall_names = set(pick_json()["allowed_wall_types"])

# Initialize results dictionary for found and wrong wall types
wrong_wall_names = set(wall_counts) - allowed_wall_names
Expand Down

0 comments on commit 5a81c1a

Please sign in to comment.