Skip to content

Commit 4ce1b68

Browse files
authored
Merge pull request #14654 from yoff/python/update-partial-flow-debug-query
Python: Update debug query to changed API
2 parents 9736936 + 0b45b63 commit 4ce1b68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/ql/test/experimental/meta/debug/dataflowTestPaths.ql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ module Flows = DataFlow::Global<Config>;
2222
import Flows::PathGraph
2323

2424
// int explorationLimit() { result = 5 }
25-
// module FlowsPartial = Flows::FlowExploration<explorationLimit/0>;
25+
// module FlowsPartial = Flows::FlowExplorationFwd<explorationLimit/0>;
2626
// import FlowsPartial::PartialPathGraph
2727
from Flows::PathNode source, Flows::PathNode sink
2828
where Flows::flowPath(source, sink)

0 commit comments

Comments
 (0)