aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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",