Skip to content
Snippets Groups Projects

WIP: Upload issues

Merged Carsten Fortmann-Grote requested to merge upload_issues into master
Compare and Show latest version
1 file
+ 2
1
Compare changes
  • Side-by-side
  • Inline
+ 2
1
@@ -422,9 +422,10 @@ def files(req_path):
req_path = req_path[:-1]
logger.warning("Request dir is %s in (%s).", req_path, os.path.dirname(req_path))
back_link = url_for('results',
back_link = redirect(url_for('results',
run_id=os.path.basename(session['tmpdir'])
)
)
link_to_parent = True
# Only insert link to parent dir if not at top level.
Loading