mirror of
https://github.com/github/codeql.git
synced 2025-12-20 18:56:32 +01:00
Python: Accept fix from module-resolution PR
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
failures
|
||||
debug_callableNotUnique
|
||||
pointsTo_found_typeTracker_notFound
|
||||
| pkg/use.py:10:5:10:10 | ControlFlowNode for func() | "pkg/func_def.py:func" |
|
||||
typeTracker_found_pointsTo_notFound
|
||||
|
||||
@@ -7,7 +7,7 @@ test_direct_import() # $ pt,tt=test_direct_import
|
||||
|
||||
def test_alias_problem():
|
||||
from .alias_problem import func
|
||||
func() # $ pt="pkg/func_def.py:func" MISSING: tt="pkg/func_def.py:func"
|
||||
func() # $ pt,tt="pkg/func_def.py:func"
|
||||
|
||||
test_alias_problem() # $ pt,tt=test_alias_problem
|
||||
|
||||
|
||||
Reference in New Issue
Block a user