group.metadata_choice.test_valid(pipeline)
except:
pass
self.update_tables()
def update_tables(self):
if self.wants_groups:
for group in self.grouping_metadata:
After Change
group.metadata_choice.test_valid(pipeline)
except:
is_valid = False
if is_valid:
self.update_tables()
def update_tables(self):
if self.wants_groups:
try:
self.workspace.refresh_image_set()