Skip to content

Commit

Permalink
Fix python
Browse files Browse the repository at this point in the history
  • Loading branch information
bwoebi committed Jul 23, 2024
1 parent 8dba4dc commit 063b1a9
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 @@ -59,8 +59,10 @@ def read_diagnostic_data():
path = _DEBUGGER_PATH
else:
path = _LOGS_PATH
else:
elif tracer["language"] == "php":
path = _DEBUGGER_PATH
else:
path = _LOGS_PATH

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

Expand Down

0 comments on commit 063b1a9

Please sign in to comment.