Skip to content

Commit

Permalink
The assignement of x_section value changed
Browse files Browse the repository at this point in the history
  • Loading branch information
r-monti14 committed Dec 11, 2024
1 parent 8c0eedf commit 322639b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pzero/two_d_lines.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ def end_digitize(event, input_dict):
line_dict[key] = line_dict_updt[key]
if isinstance(self, ViewMap):
line_dict["topology"] = "PolyLine"
line_dict["x_section"] = None
line_dict["x_section"] = ""
line_dict["vtk_obj"] = PolyLine()
elif isinstance(self, ViewXsection):
line_dict["topology"] = "XsPolyLine"
Expand Down

0 comments on commit 322639b

Please sign in to comment.