Skip to content

Commit bfe9041

Browse files
authored
Merge pull request #9847 from alexet/alexet/fix-predicate-binding
Python: Fix binding incorrect predicate.
2 parents dcbd829 + f9b6ca7 commit bfe9041

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

python/ql/lib/semmle/python/frameworks/internal/SubclassFinder.qll

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -74,9 +74,7 @@ private module NotExposed {
7474
}
7575

7676
/** DEPRECATED: Alias for fullyQualifiedToApiGraphPath */
77-
deprecated string fullyQualifiedToAPIGraphPath(string fullyQaulified) {
78-
result = fullyQualifiedToApiGraphPath(fullyQaulified)
79-
}
77+
deprecated predicate fullyQualifiedToAPIGraphPath = fullyQualifiedToApiGraphPath/1;
8078

8179
bindingset[this]
8280
abstract class FindSubclassesSpec extends string {

0 commit comments

Comments
 (0)