From 443148d51d26f28fe8d5a123c2aa8272a21ebc4f Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Wed, 15 Dec 2021 16:36:13 -0800 Subject: fix type with --enable-sentry --- python/ingest_tool.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'python') 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", -- cgit v1.2.3