Skip to content
This repository has been archived by the owner on Apr 18, 2024. It is now read-only.

Commit

Permalink
add failure skip
Browse files Browse the repository at this point in the history
  • Loading branch information
patcher9 committed Mar 24, 2024
1 parent 0491018 commit c12b9a4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/dokumetry/__helpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,4 @@ def send_data(data, doku_url, doku_token):
timeout=30)
response.raise_for_status()
except requests.exceptions.RequestException as req_err:
logging.error("Error sending data to Doku: %s", req_err)
raise # Re-raise the exception after logging
logging.error("DokuMetry: Error sending data to Doku: %s", req_err)

0 comments on commit c12b9a4

Please sign in to comment.