From ed4889ab8f8abb1aa57a1c29535209808afe664a Mon Sep 17 00:00:00 2001 From: Maarten De Wispelaere Date: Mon, 8 Feb 2021 13:05:15 +0100 Subject: [PATCH] minor fix --- backup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backup.py b/backup.py index 29c1e41..4fa5203 100644 --- a/backup.py +++ b/backup.py @@ -136,7 +136,7 @@ def create_jira_backup(self): def s3_cleanup(self, prefix): - print('-> Removing old backups from S3, prefix: %s', prefix) + print('-> Removing old backups from S3, prefix: %s' % prefix) objs = [] kwargs = { 'Bucket': os.environ['S3_BUCKET'], 'Prefix': prefix } while True: