Fix incorrect raise exception syntax
authorRob Crittenden <rcritten@redhat.com>
Mon, 19 Oct 2015 20:31:15 +0000 (16:31 -0400)
committerPatrick Uiterwijk <puiterwijk@redhat.com>
Mon, 19 Oct 2015 20:53:09 +0000 (22:53 +0200)
commit07796396a81c73e7a4bf630c7ff2418a956b44b1
treefbe903c4ec8742b7748d90f8127a776cf4d2737c
parent9dec97c3c83928d231ea10f4160523a13803e594
Fix incorrect raise exception syntax

This was causing a logout error to throw an exception in
Ipsilon instead, masking the original error.

https://fedorahosted.org/ipsilon/ticket/195

Signed-off-by: Rob Crittenden <rcritten@redhat.com>
Reviewed-by: Patrick Uiterwijk <puiterwijk@redhat.com>
ipsilon/providers/saml2/logout.py