améliorations diverses
This commit is contained in:
@@ -109,6 +109,10 @@ class EvaluationWorkspace:
|
||||
def correction_progress_file(self) -> Path:
|
||||
return self.root / "correction_progress.json"
|
||||
|
||||
@property
|
||||
def correction_pending_responses_file(self) -> Path:
|
||||
return self.root / "correction_pending_responses.json"
|
||||
|
||||
@property
|
||||
def batch_jobs_file(self) -> Path:
|
||||
return self.root / "batch_jobs.json"
|
||||
|
||||
Reference in New Issue
Block a user