From c4aa2a8fc207d464aa23e065b5f2ad0549a58f5e Mon Sep 17 00:00:00 2001 From: Simo Sorce Date: Tue, 20 May 2014 15:28:27 -0400 Subject: Fix E256 with stricter pep8 error checker Signed-off-by: Simo Sorce --- ipsilon/providers/saml2/admin.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ipsilon/providers/saml2/admin.py') diff --git a/ipsilon/providers/saml2/admin.py b/ipsilon/providers/saml2/admin.py index 4f33e1b..a9fb9e0 100755 --- a/ipsilon/providers/saml2/admin.py +++ b/ipsilon/providers/saml2/admin.py @@ -51,8 +51,8 @@ class NewSPAdminPage(Page): def POST(self, *args, **kwargs): if self.user.is_admin: - #TODO: allow authenticated user to create SPs on their own - # set the owner in that case + # TODO: allow authenticated user to create SPs on their own + # set the owner in that case name = None meta = None if 'content-type' not in cherrypy.request.headers: -- cgit