mirror of
https://github.com/github/codeql.git
synced 2026-04-27 01:35:13 +02:00
Python: avoid selecting getLocation() in py/truncated-division
This commit is contained in:
@@ -34,4 +34,4 @@ where
|
||||
)
|
||||
)
|
||||
select div, "Result of division may be truncated as its $@ and $@ arguments may both be integers.",
|
||||
left.getLocation(), "left", right.getLocation(), "right"
|
||||
left, "left", right, "right"
|
||||
|
||||
Reference in New Issue
Block a user