mirror of
https://github.com/github/codeql.git
synced 2026-05-05 05:35:13 +02:00
Python: Fix up regression comment.
This commit is contained in:
@@ -14,4 +14,4 @@ def func(url):
|
||||
return # using `pass` here instead makes points-to work
|
||||
|
||||
foo = 2
|
||||
check(foo) # no points-to information
|
||||
check(foo) # Points-to was missing here. Fixed by https://github.com/Semmle/ql/pull/2922
|
||||
|
||||
Reference in New Issue
Block a user