Skip to content
Snippets Groups Projects

Pass selected_rt130_paths to check_folders_size() as paths of data if DAS S/N shows in file list

Merged Lan Dam requested to merge i271_check_big_file_size_when_das_SN_show into develop
1 file
+ 4
0
Compare changes
  • Side-by-side
  • Inline
@@ -554,6 +554,10 @@ class MainWindow(QtWidgets.QMainWindow, UIMainWindow):
# each item.file_path is a rt130 das name for this case
self.selected_rt130_paths += self.rt130_das_dict[
item.file_path]
# Checking size of files using list of dir
self.list_of_dir = self.selected_rt130_paths
if self.selected_rt130_paths == []:
msg = "No RT130s have been selected."
raise Exception(msg)
Loading