rkern / line_profiler

(OLD REPO) Line-by-line profiling for Python - Current repo ->
https://github.com/pyutils/line_profiler
Other
3.6k stars 256 forks source link

Error/Enhancement - Tries to read code from local file #138

Closed timkpaine closed 4 years ago

timkpaine commented 5 years ago

When pulling source code, this tries to read the file from the local filesystem, but its quite possible to be running on a form of remote filesystem (like we do in our system), so this should try to pull the code out of the module first, then failover to check the filesystem.

Will try to implement and send a PR

timkpaine commented 4 years ago

moved