Skip to content

Commit

Permalink
Fix flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
pitbulk committed Jul 2, 2019
1 parent 839edb1 commit e63a2f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demo-django/demo/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ def index(request):
# If LogoutRequest ID need to be stored in order to later validate it, do instead
# slo_built_url = auth.logout(name_id=name_id, session_index=session_index)
# request.session['LogoutRequestID'] = auth.get_last_request_id()
#return HttpResponseRedirect(slo_built_url)
# return HttpResponseRedirect(slo_built_url)
elif 'acs' in req['get_data']:
request_id = None
if 'AuthNRequestID' in request.session:
Expand Down

0 comments on commit e63a2f8

Please sign in to comment.