Skip to content
Snippets Groups Projects
Commit bb1336d8 authored by Yoann Schneider's avatar Yoann Schneider :tennis:
Browse files

Apply 1 suggestion(s) to 1 file(s)

parent 81e3cc3a
No related branches found
No related tags found
1 merge request!317Crash early before downloading images, etc, when no data is extracted at all
...@@ -483,7 +483,7 @@ class ArkindexExtractor: ...@@ -483,7 +483,7 @@ class ArkindexExtractor:
if not self.data: if not self.data:
raise Exception( 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() self.download_images()
......
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