mirror of
https://gitlab.ub.uni-bielefeld.de/sfb1288inf/nopaque.git
synced 2025-07-29 07:01:35 +00:00
Delete files in db model methods.
This commit is contained in:
@@ -60,10 +60,6 @@ def restart(job_id):
|
||||
else:
|
||||
tasks.restart_job(job_id)
|
||||
flash('Job has been restarted!', 'job')
|
||||
job_inputs = [dict(filename=input.filename,
|
||||
id=input.id,
|
||||
job_id=job.id)
|
||||
for input in job.inputs]
|
||||
return redirect(url_for('jobs.job', job_id=job_id))
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user