Skip to content

Commit a3b7273

Browse files
committed
Python: Fix duplicated meta query id
1 parent 3fcb8f3 commit a3b7273

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/ql/src/meta/analysis-quality/TTCallGraph.ql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* @name New call graph edge from using type-tracking instead of points-to
33
* @kind problem
44
* @problem.severity recommendation
5-
* @id py/meta/call-graph-new
5+
* @id py/meta/type-tracking-call-graph
66
* @tags meta
77
* @precision very-low
88
*/

0 commit comments

Comments
 (0)