Skip to content
Snippets Groups Projects

WIP: Zárodek uživatelské části webu a submitování

Compare and Show latest version
3 files
+ 4
4
Compare changes
  • Side-by-side
  • Inline

Files

+ 1
1
@@ -87,7 +87,7 @@ class TheJob:
job = self.job
logger.info(f'Job: Expiruji job #{job.job_id}')
assert job.state in (db.JobStatedb.JobState.done, db.JobState.failed)
assert job.state in (db.JobState.done, db.JobState.failed)
return self._finish_remove()
def remove_loaded(self):
Loading