fix print statement

pull/3/head
Lingdong Huang 2019-10-27 03:36:02 -04:00
rodzic 2cfeb04e0d
commit c94b041fd1
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -199,7 +199,7 @@ def sketch(path):
f = open(export_path,'w')
f.write(makesvg(lines))
f.close()
print("strokes.")
print(len(lines),"strokes.")
print("done.")
return lines