Python: avoid selecting getLocation() in py/truncated-division

This commit is contained in:
Nick Rolfe
2023-06-05 11:14:43 +01:00
parent c67a350e36
commit 02395867c8
2 changed files with 3 additions and 3 deletions

View File

@@ -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"