Merge "Python 3: fix a syntax error"
This commit is contained in:
commit
2f5e8232aa
@ -70,4 +70,4 @@ class IdentityClientv2_0(identity_client_v2_0.Client):
|
||||
if name == "projects":
|
||||
return self.tenants
|
||||
else:
|
||||
raise AttributeError, name
|
||||
raise AttributeError(name)
|
||||
|
Loading…
x
Reference in New Issue
Block a user