diff options
author | Bryan Newbold <bnewbold@archive.org> | 2020-05-13 14:10:58 -0700 |
---|---|---|
committer | Bryan Newbold <bnewbold@archive.org> | 2020-05-13 14:10:58 -0700 |
commit | 67634b72cfa012ecc18d26048d96fe4610c974ba (patch) | |
tree | 6a8dca7ad62b5750564174cd022d4a420d655f6e /bin | |
parent | d2c95fb7a98e051639ef875c1d9aa4ba4b794509 (diff) | |
download | fatcat-covid19-67634b72cfa012ecc18d26048d96fe4610c974ba.tar.gz fatcat-covid19-67634b72cfa012ecc18d26048d96fe4610c974ba.zip |
clarify header of deliver_file2disk.py
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/deliver_file2disk.py | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/bin/deliver_file2disk.py b/bin/deliver_file2disk.py index 6eaf925..52e0edb 100755 --- a/bin/deliver_file2disk.py +++ b/bin/deliver_file2disk.py @@ -10,14 +10,8 @@ Behavior: - try downloading from any archive.org or web.archive.org URLs - verify SHA-1 - write out to disk - -This file is copied from the fatcat repository. """ -# XXX: some broken MRO thing going on in here due to python3 object wrangling -# in `wayback` library. Means we can't run pylint. -# pylint: skip-file - import os import sys import json |