Skip to content
Snippets Groups Projects

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

2 open threads
Compare and Show latest version
4 files
+ 5
5
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