Skip to content

Commit

Permalink
Merge pull request #229 from gramaziokohler/DirectJointRule_BugFix
Browse files Browse the repository at this point in the history
fixed bug
  • Loading branch information
chenkasirer authored Feb 15, 2024
2 parents fd665fb + 5be528b commit 25e1112
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/compas_timber/ghpython/workflow.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ def comply(self, beams):


class DirectRule(JointRule):
"""for a given connection topology type (L,T,X,I,K...), this rule assigns a joint type."""
"""Creates a Joint Rule that directly joins two beams."""

def __init__(self, joint_type, beams, **kwargs):
self.beams = beams
Expand Down

0 comments on commit 25e1112

Please sign in to comment.