Skip to content

Commit

Permalink
operations_generic.py -> except pass
Browse files Browse the repository at this point in the history
  • Loading branch information
jdegenstein authored Jan 23, 2024
1 parent 17cf84f commit 8372c3f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/build123d/operations_generic.py
Original file line number Diff line number Diff line change
Expand Up @@ -599,6 +599,8 @@ def offset(
inner_wires.append(offset_wire.fix_degenerate_edges(min_edge_length))
else:
inner_wires.append(offset_wire)
except:
pass
new_faces.append(Face.make_from_wires(outer_wire, inner_wires))
if edges:
if len(edges) == 1 and edges[0].geom_type() == "LINE":
Expand Down

0 comments on commit 8372c3f

Please sign in to comment.