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 6241a3e commit 725c3fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pzero/project_window.py
Original file line number Diff line number Diff line change
Expand Up @@ -458,7 +458,7 @@ 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()
#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 725c3fe

Please sign in to comment.