mirror of
https://github.com/github/codeql.git
synced 2026-04-27 17:55:19 +02:00
Python: Fix ForTarget
This commit is contained in:
@@ -1253,7 +1253,7 @@ module IterableUnpacking {
|
||||
or
|
||||
exists(Comp comp |
|
||||
source = comp.getIterable() and
|
||||
this.getNode() = comp.getIterationVariable(0).getAStore()
|
||||
this.getNode() = comp.getNthInnerLoop(0).getTarget()
|
||||
)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user