Skip to content

Commit 7171fd1

Browse files
hvitvedtausbn
andcommitted
Update python/ql/lib/semmle/python/dataflow/new/internal/TypeTrackerSpecific.qll
Co-authored-by: Taus <[email protected]>
1 parent f1c44f7 commit 7171fd1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/ql/lib/semmle/python/dataflow/new/internal/TypeTrackerSpecific.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ predicate simpleLocalFlowStep = DataFlowPrivate::simpleLocalFlowStepForTypetrack
4646
predicate jumpStep = DataFlowPrivate::jumpStepSharedWithTypeTracker/2;
4747

4848
/** Holds if there is a level step from `nodeFrom` to `nodeTo`, which may depend on the call graph. */
49-
predicate levelStepCall(Node pred, Node succ) { none() }
49+
predicate levelStepCall(Node nodeFrom, Node nodeTo) { none() }
5050

5151
/** Holds if there is a level step from `nodeFrom` to `nodeTo`, which does not depend on the call graph. */
5252
predicate levelStepNoCall(Node nodeFrom, Node nodeTo) { none() }

0 commit comments

Comments
 (0)