scoutapp / scout_apm_python

ScoutAPM Python Agent. Supports Django, Flask, and many other frameworks.
https://scoutapm.com
MIT License
69 stars 21 forks source link

Backtrace filepaths does not always return a tuple #737

Closed tim-schilling closed 2 years ago

tim-schilling commented 2 years ago

The callers of filepaths expect a tuple, but it occasionally returns only a string.

tim-schilling commented 2 years ago

Closed in #738