Skip to content

Fix exception in get_remote_keywords

Emanuele Roberto Nocera requested to merge reqfix into master

Created by: Zaharid

We did not test for the status code explicitly, and then the error one gets when calling response.json() is not a RequestsException. As a consequence the traceback would leak outside, instead of being ignored silently when the validphys server cannot be reached.

Merge request reports

Loading