Private
Public Access
1
0
This commit is contained in:
Sander Roosendaal
2019-04-06 15:13:22 +02:00
parent 5c9817a16e
commit 032364486d

View File

@@ -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: