We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d4a605 commit 2a5dd2cCopy full SHA for 2a5dd2c
python/ql/src/semmle/python/PrintAst.qll
@@ -550,7 +550,7 @@ private module PrettyPrinting {
550
or
551
a instanceof Ellipsis and result = "..."
552
553
- result = a.(Num).toString()
+ result = a.(Num).getText()
554
555
result = a.(NegativeIntegerLiteral).getValue().toString()
556
0 commit comments