aboutsummaryrefslogtreecommitdiff
path: root/rpki/gui/app/glue.py
diff options
context:
space:
mode:
Diffstat (limited to 'rpki/gui/app/glue.py')
-rw-r--r--rpki/gui/app/glue.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/rpki/gui/app/glue.py b/rpki/gui/app/glue.py
index b05e8f0d..0bf5f942 100644
--- a/rpki/gui/app/glue.py
+++ b/rpki/gui/app/glue.py
@@ -102,7 +102,7 @@ def list_received_resources(log, conf):
if isinstance(pdu, report_error_elt):
# this will cause the db to be rolled back so the above delete()
# won't clobber existing resources
- raise LeftRightError, pdu
+ raise LeftRightError(pdu)
elif isinstance(pdu, list_received_resources_elt):
if pdu.parent_handle != conf.handle:
parent = models.Parent.objects.get(issuer=conf,