Skip to content

Commit

Permalink
resolve issues
Browse files Browse the repository at this point in the history
  • Loading branch information
SunsetWolf committed Jul 9, 2024
1 parent e902640 commit 2acc3ed
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion rdagent/utils/env.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,8 @@ def prepare(self):

def run(self,
entry: str | None = None,
local_path: Optional[str] = None) -> str:
local_path: Optional[str] = None,
env: dict | None = None) -> str:

if entry is None:
entry = self.conf.default_entry
Expand Down

0 comments on commit 2acc3ed

Please sign in to comment.