mirror of
https://github.com/NicolasBohn/NexQuant.git
synced 2026-08-04 02:37:44 +00:00
fix: fix submission file search and add TODO in env.py (#544)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user