Skip to content

Commit be1c1c8

Browse files
committed
Fix pep8
1 parent 22734cd commit be1c1c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

demo-django/demo/views.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ def index(request):
8787
if 'RelayState' in req['post_data'] and OneLogin_Saml2_Utils.get_self_url(req) != req['post_data']['RelayState']:
8888
return HttpResponseRedirect(auth.redirect_to(req['post_data']['RelayState']))
8989
elif auth.get_settings().is_debug_active():
90-
error_reason = auth.get_last_error_reason()
90+
error_reason = auth.get_last_error_reason()
9191
elif 'sls' in req['get_data']:
9292
request_id = None
9393
if 'LogoutRequestID' in request.session:

0 commit comments

Comments
 (0)