Skip to content

Commit cbc325d

Browse files
Update codeframe/core/credentials.py
Co-authored-by: macroscopeapp[bot] <170038800+macroscopeapp[bot]@users.noreply.github.com>
1 parent f7572ec commit cbc325d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

codeframe/core/credentials.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -512,7 +512,8 @@ def delete(self, provider: CredentialProvider) -> None:
512512
keyring.delete_password(KEYRING_SERVICE_NAME, key)
513513
logger.debug(f"Deleted {key} from keyring")
514514
except Exception as e:
515-
logger.debug(f"Keyring deletion failed: {e}")
515+
logger.warning(f"Keyring deletion failed: {e}")
516+
raise
516517

517518
# Also remove from encrypted file (if exists)
518519
store = self._load_encrypted_store()

0 commit comments

Comments
 (0)