Skip to content

Commit 1e64893

Browse files
hvitvedtausbn
andcommitted
Update python/ql/lib/semmle/python/dataflow/new/internal/TypeTracker.qll
Co-authored-by: Taus <[email protected]>
1 parent 660398a commit 1e64893

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -475,7 +475,7 @@ class TypeBackTracker extends TTypeBackTracker {
475475
*/
476476
TypeTracker getACompatibleTypeTracker() {
477477
exists(boolean hasCall | result = MkTypeTracker(hasCall, content) |
478-
hasCall = false or hasReturn() = false
478+
hasCall = false or this.hasReturn() = false
479479
)
480480
}
481481
}

0 commit comments

Comments
 (0)