diff options
author | Bryan Newbold <bnewbold@robocracy.org> | 2022-04-04 19:10:01 -0700 |
---|---|---|
committer | Bryan Newbold <bnewbold@robocracy.org> | 2022-04-04 19:10:01 -0700 |
commit | e0e41462d46b443079b370d296a67f9774f21c55 (patch) | |
tree | 5c1465f65d63f799a595e250f62154684625e556 /python/fatcat_tools/importers | |
parent | 411dce1419f4fe8612a5f20559b2db5991400b56 (diff) | |
download | fatcat-e0e41462d46b443079b370d296a67f9774f21c55.tar.gz fatcat-e0e41462d46b443079b370d296a67f9774f21c55.zip |
fileset ingest: remove a TODO
Diffstat (limited to 'python/fatcat_tools/importers')
-rw-r--r-- | python/fatcat_tools/importers/ingest.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/python/fatcat_tools/importers/ingest.py b/python/fatcat_tools/importers/ingest.py index ca06a988..471d673b 100644 --- a/python/fatcat_tools/importers/ingest.py +++ b/python/fatcat_tools/importers/ingest.py @@ -786,7 +786,6 @@ class IngestFilesetResultImporter(IngestFileResultImporter): self.counts["skip-partial-file-info"] += 1 return None if ingest_file.get("platform_url"): - # TODO: should we include this? fsf.extra["original_url"] = ingest_file["platform_url"] if ingest_file.get("terminal_url") and ingest_file.get("terminal_dt"): fsf.extra[ |