when trying to lint a target I’m getting: ``` Fi...
# general
f
when trying to lint a target I’m getting:
Copy code
File "/Users/me/repo/.pants.d/lint/python-eval/executable_pex/cc93f1c8a76250dabba753775c83cbece3fa0562/__pants_executable__.py", line 22, in backtrace_to_here
    line_text = tb.code_context[tb.index]
TypeError: 'NoneType' object has no attribute '__getitem__'
I can
binary
the target w/o issue. anyone know what’s going on? I’m guessing there’s some error being thrown, but the reporting of the error is somehow also messing up, and that’s this error I’m seeing?