Lucas Cavalcanti:
s = s + "'" * commas

In this script, commas should be an integer. I don't know why it is not,
but you could change it to:

s = s + "'" * int(round(commas))

for a quick workaround.

Reply via email to