Branch: refs/heads/master Author: Enrico Tröger enrico.troeger@uvena.de Committer: Enrico Tröger enrico.troeger@uvena.de Date: Sun, 28 Jul 2019 09:08:51 UTC Commit: 0095019c2bd4a64859dc54a356b9f1f3d84fd8a6 https://github.com/geany/www.geany.org/commit/0095019c2bd4a64859dc54a356b9f1...
Log Message: ----------- Fix calling an attribute
Modified Paths: -------------- static_docs/github_client.py
Modified: static_docs/github_client.py 2 lines changed, 1 insertions(+), 1 deletions(-) =================================================================== @@ -79,7 +79,7 @@ def _log_request(self, response, status_404_expected): response_json = response.json() reason = response_json.get('message') except ValueError: - reason = response.text() + reason = response.text else: reason = response.reason
-------------- This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).