Skip to content

Commit f7a8a8a

Browse files
committed
Python: Fix QL alert
1 parent 38b811b commit f7a8a8a

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

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

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -383,7 +383,12 @@ module EssaFlow {
383383
//--------
384384
/** A module for transforming step relations. */
385385
module StepRelationTransformations {
386-
/** A step relation */
386+
/**
387+
* Holds if there is a step from `nodeFrom` to `nodeTo` in
388+
* the step relation to be transformed.
389+
*
390+
* This is the input relation to the transformations.
391+
*/
387392
signature predicate stepSig(Node nodeFrom, Node nodeTo);
388393

389394
/**

0 commit comments

Comments
 (0)