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