Skip to content
Snippets Groups Projects

intergrate rt130

Merged Lan Dam requested to merge intergrate_rt130 into master
1 file
+ 2
0
Compare changes
  • Side-by-side
  • Inline
@@ -129,6 +129,8 @@ class RT130(GeneralData):
total = sum([len(files) for _, _, files in os.walk(self.dir)])
for folder in folders:
if not os.path.isdir(folder):
raise ProcessingDataError(f"Path '{folder}' not exist")
for path, subdirs, files in os.walk(folder):
for file_name in files:
if self.creator_thread.isInterruptionRequested():
Loading