Skip to content
Snippets Groups Projects
Commit 913f0b4e authored by Lan Dam's avatar Lan Dam
Browse files

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

parent 283d7a0e
No related branches found
No related tags found
1 merge request!317Pass selected_rt130_paths to check_folders_size() as paths of data if DAS S/N shows in file list
......@@ -556,6 +556,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)
......
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