Skip to content
Snippets Groups Projects
Commit c13e708c authored by jan.bednarik's avatar jan.bednarik
Browse files

donate: fix leftover raise

parent df4906ce
Branches
No related tags found
1 merge request!76Merge test
Pipeline #1056 passed
...@@ -23,6 +23,5 @@ def get_donated_amount_from_api(portal_project_id): ...@@ -23,6 +23,5 @@ def get_donated_amount_from_api(portal_project_id):
except requests.exceptions.RequestException: except requests.exceptions.RequestException:
logger.warning("Donate portal API call failed for %s", url) logger.warning("Donate portal API call failed for %s", url)
raise
return None return None
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment