Skip to content

Commit

Permalink
fix: flake error
Browse files Browse the repository at this point in the history
  • Loading branch information
Karina5005 committed Oct 11, 2023
1 parent a9b9708 commit 7b7c2ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backup_github/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,4 +73,4 @@ def upload_to_s3(ak, sk, endpoint, backup_dir, bucket, organization):
if resp.status >= 300:
logging.error(f"Uploading of backup failed, error message: {resp.errorMessage}")
raise Exception(resp.errorMessage)
logging.info(f"Backup is loaded")
logging.info("Backup is loaded")

0 comments on commit 7b7c2ca

Please sign in to comment.