iQuentin commited on
Commit
eb61540
·
verified ·
1 Parent(s): a21372d

Upload tool

Browse files
Files changed (1) hide show
  1. tool.py +2 -1
tool.py CHANGED
@@ -22,4 +22,5 @@ class SimpleTool(Tool):
22
  divlist.append(i)
23
  i += 1
24
 
25
- return divlist.tostring()
 
 
22
  divlist.append(i)
23
  i += 1
24
 
25
+ res = ', '.join(divlist)
26
+ return res