Is there a good reason to cache a result when we g...
# general
c
Is there a good reason to cache a result when we get a
PermissionDenied
error?
I initially got this:
Copy code
19:41:39.39 [ERROR] 1 Exception encountered:

  PermissionError: [Errno 13] Permission denied: '/root/.pyenv/versions'
But after adressing it, it kept coming (didn’t realize it was a cached result)
The file doesn’t even exist, and I possibly got it while doing something weird, but still…
f
yeah it does not make sense to cache errors like that.
👍 1
h
What process is this?
c
Oh.. I’ll see if I can reproduce…
Hrrm.. no, I didn’t see that error again.
👀 1