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 2021/10/24 22:06:39 UTC

[libcloud] branch trunk updated: Fix small issue detected by pylint.

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 81c6bd8  Fix small issue detected by pylint.
81c6bd8 is described below

commit 81c6bd802e7e3aad2e80b181d7c6d97e11eb8a46
Author: Tomaz Muraus <to...@tomaz.me>
AuthorDate: Sun Oct 24 23:19:03 2021 +0200

    Fix small issue detected by pylint.
---
 libcloud/common/openstack_identity.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libcloud/common/openstack_identity.py b/libcloud/common/openstack_identity.py
index 61f45e6..307fa86 100644
--- a/libcloud/common/openstack_identity.py
+++ b/libcloud/common/openstack_identity.py
@@ -1422,7 +1422,7 @@ class OpenStackIdentity_3_0_Connection_AppCred(
         Tenant, domain and scope options are ignored as they are contained
         within the app credential itself and can't be changed.
         """
-        super(OpenStackIdentity_3_0_Connection,
+        super(OpenStackIdentity_3_0_Connection_AppCred,
               self).__init__(auth_url=auth_url,
                              user_id=user_id,
                              key=key,