mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-08 15:55:31 +01:00
Fixes an erroneous raise that prevented the retry logic from going
This commit is contained in:
parent
c284a091c0
commit
4300733d0c
1 changed files with 0 additions and 1 deletions
|
|
@ -106,7 +106,6 @@ class TestParserLive(FileSystemAssertsMixin, BaseMailParserTestCase):
|
|||
|
||||
succeeded = True
|
||||
except httpx.HTTPError as e:
|
||||
raise
|
||||
# Retry on HTTP errors
|
||||
print(f"{e} during try #{retry_count}", flush=True)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue