Skip to content

Commit

Permalink
Fix pep8
Browse files Browse the repository at this point in the history
  • Loading branch information
pitbulk committed Jan 28, 2021
1 parent 22734cd commit be1c1c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demo-django/demo/views.py
Expand Up @@ -87,7 +87,7 @@ def index(request):
if 'RelayState' in req['post_data'] and OneLogin_Saml2_Utils.get_self_url(req) != req['post_data']['RelayState']:
return HttpResponseRedirect(auth.redirect_to(req['post_data']['RelayState']))
elif auth.get_settings().is_debug_active():
error_reason = auth.get_last_error_reason()
error_reason = auth.get_last_error_reason()
elif 'sls' in req['get_data']:
request_id = None
if 'LogoutRequestID' in request.session:
Expand Down

0 comments on commit be1c1c8

Please sign in to comment.