aboutsummaryrefslogtreecommitdiff
path: root/scripts/rpki/https.py
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/rpki/https.py')
-rw-r--r--scripts/rpki/https.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/rpki/https.py b/scripts/rpki/https.py
index 3abd5bb6..7d628490 100644
--- a/scripts/rpki/https.py
+++ b/scripts/rpki/https.py
@@ -55,6 +55,7 @@ class requestHandler(BaseHTTPServer.BaseHTTPRequestHandler):
try:
rcode, rtext = handler(query=query_string, path=self.path)
except Exception, edata:
+ raise
rcode, rtext = 500, "Unhandled exception %s" % edata
self.send_response(rcode)
self.send_header("Content-Type", rpki_content_type)