diff options
-rwxr-xr-x | python/deliver_gwb_to_s3.py | 2 |
1 files changed, 1 insertions, 1 deletions
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 |