bug fix
This commit is contained in:
@@ -1723,7 +1723,7 @@ def getsmallrowdata_db(columns, ids=[], doclean=True, workstrokesonly=True):
|
|||||||
row = rdata(w.csvfilename)
|
row = rdata(w.csvfilename)
|
||||||
try:
|
try:
|
||||||
row.set_instroke_metrics()
|
row.set_instroke_metrics()
|
||||||
except AttributeError:
|
except (AttributeError,TypeError):
|
||||||
pass
|
pass
|
||||||
|
|
||||||
try:
|
try:
|
||||||
|
|||||||
Reference in New Issue
Block a user