bugfix - reraise the error when getting 429 so that we retry later
This commit is contained in:
parent
a84dcc0588
commit
59c33428c2
1 changed files with 1 additions and 0 deletions
|
|
@ -49,3 +49,4 @@ async def dump_images_for_listing(listing: Listing, base_path: Path) -> Listing
|
|||
return listing
|
||||
except Exception as e:
|
||||
tqdm.write(f"Error for {url}: {e}")
|
||||
raise e # raise so that we retry it
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue