mirror of
https://github.com/github/codeql.git
synced 2026-04-22 23:35:14 +02:00
Python: modules are now possibly non-unique
We should consider if this is the right way..
This commit is contained in:
committed by
yoff
parent
be506c64ba
commit
ed3ffde5e6
@@ -400,7 +400,7 @@ class ModuleVariableNode extends Node, TModuleVariableNode {
|
||||
override Scope getScope() { result = mod }
|
||||
|
||||
override string toString() {
|
||||
result = "ModuleVariableNode in " + mod.toString() + " for " + var.getId()
|
||||
result = "ModuleVariableNode in " + concat( | | mod.toString(), ",") + " for " + var.getId()
|
||||
}
|
||||
|
||||
/** Gets the module in which this variable appears. */
|
||||
|
||||
Reference in New Issue
Block a user