mirror of
https://github.com/github/codeql.git
synced 2026-04-24 00:05:14 +02:00
python: no longer missing
This commit is contained in:
@@ -52,7 +52,7 @@ def mod_list(l):
|
||||
return [mod_local(x) for x in l]
|
||||
|
||||
l_modded = mod_list(l)
|
||||
SINK(l_modded[0]) #$ MISSING: captured
|
||||
SINK(l_modded[0]) #$ captured
|
||||
|
||||
def mod_list_first(l):
|
||||
def mod_local(x):
|
||||
|
||||
Reference in New Issue
Block a user