mirror of
https://gitlab.ub.uni-bielefeld.de/sfb1288inf/nopaque.git
synced 2025-01-23 08:10:34 +00:00
Add download helper for dev process
This commit is contained in:
parent
fa2827608c
commit
344ba1a8e2
@ -112,6 +112,4 @@ def job_download(job_id):
|
|||||||
str(current_user.id),
|
str(current_user.id),
|
||||||
'jobs',
|
'jobs',
|
||||||
str(job.id))
|
str(job.id))
|
||||||
print(dir)
|
|
||||||
print(file)
|
|
||||||
return send_from_directory(directory=dir, filename=file, as_attachment=True)
|
return send_from_directory(directory=dir, filename=file, as_attachment=True)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user