Skip to content

Commit

Permalink
Fix attribute error that was missed during refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
hexylena committed Dec 4, 2017
1 parent 7c59b8a commit 2e288ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/galaxy/tools/error_reports/plugins/sentry.py
Expand Up @@ -45,7 +45,7 @@ def __init__(self, **kwargs):
def submit_report(self, dataset, job, tool, **kwargs):
"""Submit the error report to sentry
"""
if self.sentry_client:
if self.sentry:
user = job.get_user()
extra = {
'info': job.info,
Expand Down

0 comments on commit 2e288ef

Please sign in to comment.