We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db0cfcd commit 37f4a89Copy full SHA for 37f4a89
1 file changed
codeflash/tracer.py
@@ -254,7 +254,6 @@ def tracer_logic(self, frame: FrameType, event: str) -> None:
254
return
255
code = frame.f_code
256
257
- # Use cached resolved path if available, otherwise resolve and cache it
258
co_filename = code.co_filename
259
if co_filename in self.path_cache:
260
file_name = self.path_cache[co_filename]
0 commit comments