diff options
author | Bryan Newbold <bnewbold@archive.org> | 2021-12-15 16:36:13 -0800 |
---|---|---|
committer | Bryan Newbold <bnewbold@archive.org> | 2021-12-15 16:36:13 -0800 |
commit | 443148d51d26f28fe8d5a123c2aa8272a21ebc4f (patch) | |
tree | 803428fc14b735f069e1d73470a67d41918ff126 /python | |
parent | ec5fe122505396613812993547a8897d4904b2ee (diff) | |
download | sandcrawler-443148d51d26f28fe8d5a123c2aa8272a21ebc4f.tar.gz sandcrawler-443148d51d26f28fe8d5a123c2aa8272a21ebc4f.zip |
fix type with --enable-sentry
Diffstat (limited to 'python')
-rwxr-xr-x | python/ingest_tool.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/ingest_tool.py b/python/ingest_tool.py index c0599d7..0101283 100755 --- a/python/ingest_tool.py +++ b/python/ingest_tool.py @@ -162,7 +162,7 @@ def main(): sub_requests.add_argument( "--no-spn2", action="store_true", help="don't use live web (SPNv2)" ) - parser.add_argument( + sub_requests.add_argument( "--enable-sentry", action="store_true", help="report exceptions to Sentry", |