Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 2c5da85

Browse files
yofftausbn
andauthored
Update python/ql/src/semmle/python/dataflow/new/internal/DataFlowPrivate.qll
Co-authored-by: Taus <[email protected]>
1 parent f2241e0 commit 2c5da85

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -562,8 +562,8 @@ class DataFlowLambda extends DataFlowCallable, TLambda {
562562

563563
override string getName() { result = "Lambda callable" }
564564

565-
override CallableValue getCallableValue() {
566-
result.(FunctionValue).getOrigin().getNode() = lambda.getDefinition()
565+
override FunctionValue getCallableValue() {
566+
result.getOrigin().getNode() = lambda.getDefinition()
567567
}
568568
}
569569

0 commit comments

Comments
 (0)