Skip to content
Snippets Groups Projects

Crash early before downloading images, etc, when no data is extracted at all

Merged Eva Bardou requested to merge handle-no-data into main
All threads resolved!
1 file
+ 5
0
Compare changes
  • Side-by-side
  • Inline
@@ -481,6 +481,11 @@ class ArkindexExtractor:
pbar.update()
pbar.refresh()
if not self.data:
raise Exception(
"No data was extracted using the provided export database and parameters."
)
self.download_images()
self.format_lm_files()
self.export()
Loading