Closed astappiev closed 4 years ago
Describe the bug It this line the parser found an error Expected ".". (after ))): print (i - (1 * page)) + ") - " + Options[i].
Expected ".".
))
print (i - (1 * page)) + ") - " + Options[i].
But if I modify the line to print "" + (i - (1 * page)) + ") - " + Options[i]. the error disappears.
print "" + (i - (1 * page)) + ") - " + Options[i].
Expected behavior Should not mark as an error.
Editor (please complete the following information):
Thanks for the report!, I'll take a look into this
Describe the bug It this line the parser found an error
Expected ".".
(after))
):print (i - (1 * page)) + ") - " + Options[i].
But if I modify the line to
print "" + (i - (1 * page)) + ") - " + Options[i].
the error disappears.Expected behavior Should not mark as an error.
Editor (please complete the following information):