Skip to content

Commit

Permalink
Lint and format
Browse files Browse the repository at this point in the history
  • Loading branch information
neoformit committed Jan 4, 2024
1 parent ee152e5 commit b2e1402
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion lib/galaxy/tools/errors.py
Original file line number Diff line number Diff line change
Expand Up @@ -255,5 +255,11 @@ def _send_report(self, user, email=None, message=None, **kwd):

reply_to = user.email if self.app.config.error_email_reply_to_user else None
return util.send_mail(
self.app.config.email_from, to, subject, self.report, self.app.config, html=self.html_report, reply_to=reply_to
self.app.config.email_from,
to,
subject,
self.report,
self.app.config,
html=self.html_report,
reply_to=reply_to,
)

0 comments on commit b2e1402

Please sign in to comment.