mirror of
https://github.com/github/codeql.git
synced 2025-12-16 16:53:25 +01:00
Python: Bump extractor version and add change note
This commit is contained in:
@@ -10,7 +10,7 @@ from io import BytesIO
|
|||||||
|
|
||||||
#Semantic version of extractor.
|
#Semantic version of extractor.
|
||||||
#Update this if any changes are made
|
#Update this if any changes are made
|
||||||
VERSION = "7.1.5"
|
VERSION = "7.1.6"
|
||||||
|
|
||||||
PY_EXTENSIONS = ".py", ".pyw"
|
PY_EXTENSIONS = ".py", ".pyw"
|
||||||
|
|
||||||
|
|||||||
@@ -0,0 +1,5 @@
|
|||||||
|
---
|
||||||
|
category: fix
|
||||||
|
---
|
||||||
|
|
||||||
|
- Fixed a bug in the Python extractor's import handling where failing to find an import in `find_module` would cause a `KeyError` to be raised. (Contributed by @akoeplinger.)
|
||||||
Reference in New Issue
Block a user