Skip to content
Snippets Groups Projects
Commit 0ac1227c authored by Tom Titcombe's avatar Tom Titcombe
Browse files

Fix typo in table model

Refs #23961
parent 82f7e835
No related branches found
No related tags found
No related merge requests found
......@@ -188,7 +188,7 @@ class TableModel(object):
self._table_entries[row].update_attribute('sample_thickness', rounded_file_thickness)
self._table_entries[row].update_attribute('sample_height', rounded_file_height)
self._table_entries[row].update_attribute('sample_width', rounded_file_width)
if self.table_entries[row].sample_shape_string == "":
if self._table_entries[row].sample_shape_string == "":
self._table_entries[row].update_attribute('sample_shape', file_information.get_shape())
self._table_entries[row].file_finding = False
self.reset_row_state(row)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment