Skip to content

Commit

Permalink
resolver path diagnostics
Browse files Browse the repository at this point in the history
  • Loading branch information
Domiii committed Dec 8, 2024
1 parent d290f68 commit 0b49c7b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions openhands/resolver/resolve_issue.py
Original file line number Diff line number Diff line change
Expand Up @@ -291,6 +291,10 @@ async def process_issue(
)
config.set_llm_config(llm_config)

logger.info(
f'DEBUGG output_dir={output_dir} replay_dir={os.path.join(output_dir, 'replay')}, {config.replay.dir}'
)

runtime = create_runtime(config)
await runtime.connect()

Expand Down

0 comments on commit 0b49c7b

Please sign in to comment.