commit/galaxy-central: james_taylor: remove comment from sentry middleware that is not a valid doctest
1 new commit in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/commits/898c9e140da9/ changeset: 898c9e140da9 user: james_taylor date: 2013-02-04 05:27:04 summary: remove comment from sentry middleware that is not a valid doctest affected #: 1 file diff -r b59a3df615c3542cb05ad68dc851669928a586d8 -r 898c9e140da953fe18ebfda5a96b9810d372706d lib/galaxy/web/framework/middleware/sentry.py --- a/lib/galaxy/web/framework/middleware/sentry.py +++ b/lib/galaxy/web/framework/middleware/sentry.py @@ -16,9 +16,6 @@ """ A WSGI middleware which will attempt to capture any uncaught exceptions and send them to Sentry. - - >>> from raven.base import Client - >>> application = Sentry(application, Client()) """ def __init__(self, application, dsn): self.application = application Repository URL: https://bitbucket.org/galaxy/galaxy-central/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email.
participants (1)
-
Bitbucket