CodeQL: False positive for uninitialized variable (via import) in Python
Open
acknowledged
false-positive
Python
- Dominant language
- CodeQL
- Stars
- 10.1k
- Forks
- 2.1k
- Avg merge
- 2d 15h
- Merged PRs (30d)
- 141
Description
**Description of the false positive**
`connectorx` won't be called unless the boolean is true, which only happens when the try finishes successfully.
**Code samples or links to source code**
https://github.com/modin-project/modin/pull/5222/files#file-modin-core-storage_formats-pandas-parsers-py-L807
Contributor guide
Assessment
This issue has not been assessed yet.