Skip to content

Commit d9a92f8

Browse files
committed
Appease flake8
Signed-off-by: Matthias Büchse <[email protected]>
1 parent c41ef21 commit d9a92f8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Tests/iaas/mandatory-services/mandatory-iaas-services.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ def s3_from_ostack(creds, conn, endpoint):
136136
continue
137137
# Clean up old EC2 creds and jump over
138138
if ec2_dict.get("owner") == EC2MARKER:
139-
logger.debug(f"Removing leftover credential {ec2_dict['access']}}")
139+
logger.debug(f"Removing leftover credential {ec2_dict['access']}")
140140
conn.identity.delete_credential(cred)
141141
continue
142142
found_ec2 = ec2_dict
@@ -153,7 +153,7 @@ def s3_from_ostack(creds, conn, endpoint):
153153
user_id=conn.current_user_id,
154154
project_id=conn.current_project_id)
155155
except BaseException:
156-
logger.warning(f"ec2 creds creation failed", exc_info=True)
156+
logger.warning("ec2 creds creation failed", exc_info=True)
157157
return
158158
creds["AK"] = ak
159159
creds["SK"] = sk

0 commit comments

Comments
 (0)