Skip to content

Commit

Permalink
Update src/compas_timber/ghpython/components/CT_Joint_Options_FrenchR…
Browse files Browse the repository at this point in the history
…idgeLap/code.py

Co-authored-by: Chen Kasirer <[email protected]>
  • Loading branch information
obucklin and chenkasirer authored Feb 16, 2024
1 parent a289732 commit bae285e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ def RunScript(self, Cutoff):
args = {}
if Cutoff:
args["cutoff"] = Cutoff
options = JointOptions(FrenchRidgeLapJoint, ["top_beam", "bottom_beam"] ** args)
options = JointOptions(FrenchRidgeLapJoint, ["top_beam", "bottom_beam"], **args)

return options

0 comments on commit bae285e

Please sign in to comment.