Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit fc2c46f

Browse files
committed
Python: Fix error in update Module to use new points-to API.
1 parent 782311f commit fc2c46f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

python/ql/src/semmle/python/Module.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ class Module extends Module_, Scope, AstNode {
6969
or
7070
exists(ModuleValue mod |
7171
mod.getSource() = this.getEntryNode() |
72-
not mod.exports(result)
72+
mod.exports(result)
7373
)
7474
}
7575

0 commit comments

Comments
 (0)