Skip to content
Snippets Groups Projects
Commit 851cf0cb authored by Martin Mareš's avatar Martin Mareš
Browse files

Jobs: Oprava chybu

parent ff520f85
No related branches found
No related tags found
1 merge request!9WIP: Zárodek uživatelské části webu a submitování
......@@ -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):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment