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
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -483,7 +483,7 @@ class ArkindexExtractor:
if not self.data:
raise Exception(
"No data was extracted using the provided export database and parameters"
"No data was extracted using the provided export database and parameters."
)
self.download_images()
Loading