Skip to content
Snippets Groups Projects
Commit 344ba1a8 authored by Patrick Jentsch's avatar Patrick Jentsch
Browse files

Add download helper for dev process

parent fa282760
No related branches found
No related tags found
No related merge requests found
......@@ -112,6 +112,4 @@ def job_download(job_id):
str(current_user.id),
'jobs',
str(job.id))
print(dir)
print(file)
return send_from_directory(directory=dir, filename=file, as_attachment=True)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment