Skip to content
Snippets Groups Projects
Commit 961b14a0 authored by Thomas Kluyver's avatar Thomas Kluyver
Browse files

Fix links to dark reports in overview

parent 67e1fddc
No related branches found
No related tags found
1 merge request!683[Webservice] Restructure database to give more meaningful success/failure information
...@@ -243,7 +243,7 @@ class RequestHandler(BaseHTTPRequestHandler): ...@@ -243,7 +243,7 @@ class RequestHandler(BaseHTTPRequestHandler):
continue continue
pdfs = [ pdfs = [
(os.path.basename(p), f"/{p}") (os.path.basename(p), p)
for p in sorted(glob.glob(f"{report_to}*.pdf")) for p in sorted(glob.glob(f"{report_to}*.pdf"))
] ]
tsize = 0 tsize = 0
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment