Skip to content

Commit bfa8515

Browse files
Python: Apply suggestions from code review
Co-authored-by: Anders Schack-Mulligen <[email protected]>
1 parent cff63ad commit bfa8515

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/ql/lib/semmle/python/frameworks/SqlAlchemy.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ module SqlAlchemy {
129129
ConnectionConstruction() {
130130
// without the `pragma[only_bind_out]` we would start with joining
131131
// `API::Node.getACall` with `CallCfgNode` which is not optimal
132-
this = pragma[only_bind_out](classRef().getACall())
132+
this = pragma[only_bind_out](classRef()).getACall()
133133
or
134134
this = connectionConstruction_helper()
135135
}

0 commit comments

Comments
 (0)