]> git-server-git.apps.pok.os.sepia.ceph.com Git - teuthology.git/commitdiff
Update call to get_sentry_client()
authorZack Cerza <zack@cerza.org>
Fri, 23 Aug 2013 16:40:44 +0000 (11:40 -0500)
committerZack Cerza <zack@cerza.org>
Fri, 23 Aug 2013 16:40:44 +0000 (11:40 -0500)
teuthology/run_tasks.py

index 1e61a4c607f69698ccfd19e820b2d8af950851c2..dc21701697ebe027f914003b54f21b71b0a64483 100644 (file)
@@ -32,7 +32,7 @@ def run_tasks(tasks, ctx):
         if 'failure_reason' not in ctx.summary:
             ctx.summary['failure_reason'] = str(e)
         msg = 'Saw exception from tasks.'
-        sentry = get_sentry_client(ctx)
+        sentry = get_sentry_client()
         if sentry:
             exc_id = sentry.captureException()
             msg += " Sentry id %s" % exc_id