mirror of
https://github.com/github/codeql.git
synced 2025-12-24 04:36:35 +01:00
Python: Update debug query to changed API
The change is commented out by default which is why no compilation tests failed when the API changed.
This commit is contained in:
@@ -22,7 +22,7 @@ module Flows = DataFlow::Global<Config>;
|
||||
import Flows::PathGraph
|
||||
|
||||
// int explorationLimit() { result = 5 }
|
||||
// module FlowsPartial = Flows::FlowExploration<explorationLimit/0>;
|
||||
// module FlowsPartial = Flows::FlowExplorationFwd<explorationLimit/0>;
|
||||
// import FlowsPartial::PartialPathGraph
|
||||
from Flows::PathNode source, Flows::PathNode sink
|
||||
where Flows::flowPath(source, sink)
|
||||
|
||||
Reference in New Issue
Block a user