Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
watson committed Jan 14, 2025
1 parent 88b2f1d commit 346ac7f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/debugger/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -278,8 +278,10 @@ def _read_data():
path = _DEBUGGER_PATH
elif context.library == "ruby":
path = _DEBUGGER_PATH
elif context.library == "nodejs":
path = _DEBUGGER_PATH
else:
path = _LOGS_PATH
path = _LOGS_PATH # TODO: Should the default not be _DEBUGGER_PATH?

return list(interfaces.agent.get_data(path))

Expand Down

0 comments on commit 346ac7f

Please sign in to comment.