mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-04-02 13:45:10 -05:00
Fixes an erroneous raise that prevented the retry logic from going
This commit is contained in:
parent
c284a091c0
commit
4300733d0c
@ -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…
x
Reference in New Issue
Block a user