mirror of
https://github.com/github/codeql.git
synced 2026-05-20 22:27:18 +02:00
Python: More import fixes
:thinkies: turns out that .getASubclass*() had to be applied everywhere...
This commit is contained in:
@@ -159,7 +159,8 @@ module NotExposed {
|
||||
FindSubclassesSpec spec, string newAliasFullyQualified, ImportMember importMember, Module mod,
|
||||
Location loc
|
||||
) {
|
||||
importMember = newOrExistingModeling(spec).getAValueReachableFromSource().asExpr() and
|
||||
importMember =
|
||||
newOrExistingModeling(spec).getASubclass*().getAValueReachableFromSource().asExpr() and
|
||||
importMember.getScope() = mod and
|
||||
loc = importMember.getLocation() and
|
||||
(
|
||||
|
||||
Reference in New Issue
Block a user