mirror of
https://github.com/github/codeql.git
synced 2026-05-03 04:39:29 +02:00
Python: Fix comment based on review.
This commit is contained in:
@@ -3,7 +3,7 @@ import Util
|
||||
import semmle.python.pointsto.PointsTo
|
||||
import semmle.python.objects.ObjectInternal
|
||||
|
||||
/* Ideally, this test should return _no_ results. */
|
||||
/* This test should return _no_ results. */
|
||||
|
||||
predicate relevant_node(ControlFlowNode n) {
|
||||
exists(CallNode c |
|
||||
|
||||
Reference in New Issue
Block a user