aboutsummaryrefslogtreecommitdiffstats
path: root/python/ingest_tool.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/ingest_tool.py')
-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 0101283..ce3a59c 100755
--- a/python/ingest_tool.py
+++ b/python/ingest_tool.py
@@ -48,7 +48,7 @@ def run_requests(args):
git_sha = raven.fetch_git_sha("..")
except Exception:
git_sha = None
- sentry_client = raven.Client(release=git_sha)
+ sentry_client = raven.Client(release=git_sha) # noqa:
# TODO: switch to using JsonLinePusher
file_worker = IngestFileWorker(
try_spn2=not args.no_spn2,