fix: fix submission file search and add TODO in env.py (#544)

This commit is contained in:
you-n-g
2025-01-26 17:08:59 +08:00
committed by GitHub
parent ddbc5b1aec
commit 69891a9de2
2 changed files with 17 additions and 1 deletions
+1
View File
@@ -46,6 +46,7 @@ class Env(Generic[ASpecificBaseModel]):
"""
conf: ASpecificBaseModel # different env have different conf.
# last_exit_code: # TODO: get the more concrete information about the exit code.
def __init__(self, conf: ASpecificBaseModel):
self.conf = conf