Skip to content

Commit

Permalink
always print text
Browse files Browse the repository at this point in the history
  • Loading branch information
dschuff committed Dec 17, 2024
1 parent dc86cf8 commit 237f0d3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion document/util/check-echidna-status.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,12 @@ def get_current_response(echidna_id):
return response.json()

print(f'Got status code {response.status_code}, text:')
print(response.text)
retry -= 1
if retry:
print('Retrying in 5s')

print(response.text)

raise Exception('Failed to fetch echidna result')


Expand Down

0 comments on commit 237f0d3

Please sign in to comment.