From 49c316ed43703d4f837d189084873a11f58b23ea Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Tue, 19 Feb 2019 18:39:29 -0800 Subject: silly typo --- python/deliver_gwb_to_s3.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/deliver_gwb_to_s3.py b/python/deliver_gwb_to_s3.py index b842f97..b11657f 100755 --- a/python/deliver_gwb_to_s3.py +++ b/python/deliver_gwb_to_s3.py @@ -120,7 +120,7 @@ class DeliverGwbS3(): self.count['err-petabox'] += 1 continue elif not blob: - print("{}\tskip-empty-blob".format(sha1_hex) + print("{}\tskip-empty-blob".format(sha1_hex)) self.count['skip-empty-blob'] += 1 continue # verify sha1 -- cgit v1.2.3