Skip to content
Snippets Groups Projects

Reforma uploadů

1 unresolved thread
Merged Martin Mareš requested to merge mj/upload into devel
1 unresolved thread

Files

+ 2
2
@@ -67,10 +67,10 @@ class TheJob:
job = self.job
if job.in_file is not None:
mo.util.unlink_if_needed(job_file_path(job.in_file))
mo.util.unlink_if_exists(job_file_path(job.in_file))
if job.out_file is not None:
mo.util.unlink_if_needed(job_file_path(job.out_file))
mo.util.unlink_if_exists(job_file_path(job.out_file))
sess.delete(job)
sess.commit()
Loading