You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@libcloud.apache.org by to...@apache.org on 2022/12/08 19:55:05 UTC

[libcloud] branch trunk updated: Fix typo.

This is an automated email from the ASF dual-hosted git repository.

tomaz pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/libcloud.git


The following commit(s) were added to refs/heads/trunk by this push:
     new 121ebe507 Fix typo.
121ebe507 is described below

commit 121ebe50739b864aa9ad29f7cceb2c2819ebf024
Author: Tomaz Muraus <to...@tomaz.me>
AuthorDate: Thu Dec 8 20:47:48 2022 +0100

    Fix typo.
---
 libcloud/common/google.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libcloud/common/google.py b/libcloud/common/google.py
index 7d07058f3..1884ada4f 100644
--- a/libcloud/common/google.py
+++ b/libcloud/common/google.py
@@ -501,7 +501,7 @@ class GoogleInstalledAppAuthConnection(GoogleBaseAuthConnection):
         class AccessCodeReceiver(BaseHTTPRequestHandler):
 
             # noinspection PyMethodParameters,PyPep8Naming
-            def do_GET(self_):  # pylint: disable=noo-self-argument
+            def do_GET(self_):  # pylint: disable=no-self-argument
                 query = urlparse.urlparse(self_.path).query
                 query_components = dict(qc.split("=") for qc in query.split("&"))
                 if "state" in query_components and query_components["state"] != urllib.parse.quote(