Skip to content

Commit 63644a5

Browse files
Update linodecli/plugins/obj/__init__.py
Co-authored-by: Copilot <[email protected]>
1 parent 3f9286a commit 63644a5

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

linodecli/plugins/obj/__init__.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -680,8 +680,7 @@ def _cleanup_keys(client: CLI, options) -> None:
680680

681681
except Exception as e:
682682
print(
683-
"Unable to clean up stale linode-cli Object Storage keys",
684-
e,
683+
f"Unable to clean up stale linode-cli Object Storage keys: {e}",
685684
file=sys.stderr,
686685
)
687686

0 commit comments

Comments
 (0)