Skip to content

Commit

Permalink
fixdededed component
Browse files Browse the repository at this point in the history
  • Loading branch information
obucklin committed Apr 24, 2024
1 parent 78ada50 commit d270cad
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/compas_timber/ghpython/components/CT_BTLx/code.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@ def RunScript(self, assembly, path, write):
btlx = BTLx(assembly)
btlx.history["FileName"] = Rhino.RhinoDoc.ActiveDoc.Name

if write:
if not path:
if write:
if not path:
self.AddRuntimeMessage(Warning, "Input parameter Path failed to collect data")
Expand Down

0 comments on commit d270cad

Please sign in to comment.