[geany/www.geany.org] 009501: Fix calling an attribute

Enrico Tröger git-noreply at xxxxx
Sun Jul 28 09:08:51 UTC 2019


Branch:      refs/heads/master
Author:      Enrico Tröger <enrico.troeger at uvena.de>
Committer:   Enrico Tröger <enrico.troeger at uvena.de>
Date:        Sun, 28 Jul 2019 09:08:51 UTC
Commit:      0095019c2bd4a64859dc54a356b9f1f3d84fd8a6
             https://github.com/geany/www.geany.org/commit/0095019c2bd4a64859dc54a356b9f1f3d84fd8a6

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).


More information about the Commits mailing list