mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-10 17:58:20 +00:00
Fix error introduced by b9c6508aa
This commit is contained in:
@@ -165,7 +165,7 @@ class PolylineOperator:
|
||||
self.tool_state.axis_method = None
|
||||
tool.Blender.update_viewport()
|
||||
|
||||
def handle_instructions(self, context, custom_instructions):
|
||||
def handle_instructions(self, context, custom_instructions=""):
|
||||
self.snap_info = f"""|
|
||||
Axis: {self.tool_state.axis_method}
|
||||
Plane: {self.tool_state.plane_method}
|
||||
|
||||
Reference in New Issue
Block a user