X-Git-Url: http://git.cascardo.info/?p=cascardo%2Fipsilon.git;a=blobdiff_plain;f=ipsilon%2Futil%2Ferrors.py;h=70d2da9145e419ed54127e8328f98ea1940e19fc;hp=7017a1b3f0ca6b67e707efb1a15fbb3eacd8d885;hb=1bcc0d697dd37a9268641f0cbaa7e9e781552233;hpb=158c4cdefc0bd5b8dabe38685c1bebccc24d656b diff --git a/ipsilon/util/errors.py b/ipsilon/util/errors.py index 7017a1b..70d2da9 100644 --- a/ipsilon/util/errors.py +++ b/ipsilon/util/errors.py @@ -24,7 +24,6 @@ class Errors(Page): super(Errors, self).__init__(*args, **kwargs) def _error_template(self, *args, **kwargs): - # pylint: disable=star-args output_page = self._template(*args, **kwargs) # for some reason cherrypy will choke if the output # is a unicode object, so use str() here to please it