Python: Fix up regression comment.

This commit is contained in:
Taus Brock-Nannestad
2020-03-16 16:01:05 +01:00
parent dda32abd6a
commit c724b17368

View File

@@ -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