Skip to content

Commit

Permalink
minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
BitProcessor committed Feb 8, 2021
1 parent 1e71bbb commit ed4889a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit ed4889a

Please sign in to comment.