Skip to content

Commit 8ba01ab

Browse files
committed
Merge branch 'python-dataflow/init-time' of github.com:yoff/codeql into python-dataflow/init-time
2 parents 4807f50 + 933412e commit 8ba01ab

File tree

1 file changed

+1
-1
lines changed
  • python/ql/test/experimental/dataflow/module-initialization

1 file changed

+1
-1
lines changed

python/ql/test/experimental/dataflow/module-initialization/localFlow.ql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ class ImportTimeLocalFlowTest extends InlineExpectationsTest {
2525
class RuntimeLocalFlowTest extends FlowTest {
2626
RuntimeLocalFlowTest() { this = "RuntimeLocalFlowTest" }
2727

28-
override string flowTag() { result = "runtimFlow" }
28+
override string flowTag() { result = "runtimeFlow" }
2929

3030
override predicate relevantFlow(DataFlow::Node nodeFrom, DataFlow::Node nodeTo) {
3131
nodeFrom.getLocation().getFile().getBaseName() = "multiphase.py" and

0 commit comments

Comments
 (0)