Skip to content

Commit

Permalink
fix github potential problem
Browse files Browse the repository at this point in the history
  • Loading branch information
Anton Shchederkin committed Dec 18, 2024
1 parent c766dc3 commit 880ae54
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -116,4 +116,4 @@ def delete_from_secrets_manager(secret_name: str) -> None:
try:
client.delete_secret(SecretId=secret_full_name, ForceDeleteWithoutRecovery=True)
except client.exceptions.ResourceNotFoundException:
logger.warning("Secret with name %s not found", secret_full_name)
logger.warning("Secrets are not found in secrets manager")

0 comments on commit 880ae54

Please sign in to comment.