fix(FrappeMail API): raise HTTP errors explicitly (#33835)
This commit is contained in:
parent
95146c29e8
commit
a4f9f8fb28
1 changed files with 1 additions and 0 deletions
|
|
@ -83,6 +83,7 @@ class FrappeMail:
|
|||
headers=headers,
|
||||
timeout=timeout,
|
||||
)
|
||||
response.raise_for_status()
|
||||
|
||||
return self.client.post_process(response)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue