aboutsummaryrefslogtreecommitdiffstats
path: root/python
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@archive.org>2021-12-15 16:36:13 -0800
committerBryan Newbold <bnewbold@archive.org>2021-12-15 16:36:13 -0800
commit443148d51d26f28fe8d5a123c2aa8272a21ebc4f (patch)
tree803428fc14b735f069e1d73470a67d41918ff126 /python
parentec5fe122505396613812993547a8897d4904b2ee (diff)
downloadsandcrawler-443148d51d26f28fe8d5a123c2aa8272a21ebc4f.tar.gz
sandcrawler-443148d51d26f28fe8d5a123c2aa8272a21ebc4f.zip
fix type with --enable-sentry
Diffstat (limited to 'python')
-rwxr-xr-xpython/ingest_tool.py2
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",