Skip to content

Commit

Permalink
Entities merge improved
Browse files Browse the repository at this point in the history
  • Loading branch information
r-monti14 committed Dec 10, 2024
1 parent 725c3fe commit e786426
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pzero/project_window.py
Original file line number Diff line number Diff line change
Expand Up @@ -458,7 +458,6 @@ def entities_merge(self):
xsect_list.append(xsect_value)
unique_xsect_uids = set(xsect_list)
if len(unique_xsect_uids) == 1:
#xsect_uid_common = unique_xsect_uids.pop()
self.print_terminal("All selected entities share the same xsection_uid or have no xsection_uid assigned")
else:
self.print_terminal("Selected entities have mixed xsection_uids. Please select entities with the same xsection_uid or that don't belong to any x_section.")
Expand Down

0 comments on commit e786426

Please sign in to comment.