aboutsummaryrefslogtreecommitdiffstats
path: root/python/fatcat_ingest.py
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@robocracy.org>2020-01-28 13:34:17 -0800
committerBryan Newbold <bnewbold@robocracy.org>2020-01-28 13:34:19 -0800
commitfbc3cfc2594d90f8a39ee7f6ad2dfd323bcd76dd (patch)
tree452c90ccc98aa1cc69be9a1bf3f163ebde41aec9 /python/fatcat_ingest.py
parent2e3988fcf6441bef7ee4b030e499fd129e7cb189 (diff)
downloadfatcat-fbc3cfc2594d90f8a39ee7f6ad2dfd323bcd76dd.tar.gz
fatcat-fbc3cfc2594d90f8a39ee7f6ad2dfd323bcd76dd.zip
remove 'oa_only' feature from ingest transform
Refactoring to move this filter elsewhere
Diffstat (limited to 'python/fatcat_ingest.py')
-rwxr-xr-xpython/fatcat_ingest.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/python/fatcat_ingest.py b/python/fatcat_ingest.py
index 0df4674e..6ce36974 100755
--- a/python/fatcat_ingest.py
+++ b/python/fatcat_ingest.py
@@ -75,7 +75,6 @@ def run_ingest_container(args):
release = args.api.get_release(esr.ident)
ingest_request = release_ingest_request(
release,
- oa_only=False,
ingest_request_source="fatcat-ingest-container",
)
if not ingest_request: