Skip to content
Snippets Groups Projects

WIP: Upload issues

Merged Carsten Fortmann-Grote requested to merge upload_issues into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -419,7 +419,7 @@ def files(req_path):
req_path = "/" + req_path
if req_path.endswith('/'):
req_path = req_path[:-1]
logger.debug("Request dir is %s.", req_path)
logger.warning("Request dir is %s.", req_path)
return render_template('files.html', req_path=req_path, files=item_list, dirs=dirs)
else:
# Serve the file.
Loading