diff options
author | Bryan Newbold <bnewbold@archive.org> | 2019-02-19 18:39:29 -0800 |
---|---|---|
committer | Bryan Newbold <bnewbold@archive.org> | 2019-02-19 18:39:29 -0800 |
commit | 49c316ed43703d4f837d189084873a11f58b23ea (patch) | |
tree | 9d4ca7221263483451972eb8d64c61817221e54c | |
parent | ab95b4b3ae669424581a55668a819eff03098dae (diff) | |
download | sandcrawler-49c316ed43703d4f837d189084873a11f58b23ea.tar.gz sandcrawler-49c316ed43703d4f837d189084873a11f58b23ea.zip |
silly typo
-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 |