Private
Public Access
1
0

bug fixes

This commit is contained in:
Sander Roosendaal
2018-02-12 08:22:33 +01:00
parent 1a5d89fcbb
commit cd96820985
2 changed files with 11 additions and 3 deletions

View File

@@ -1605,8 +1605,9 @@ def getsmallrowdata_db(columns, ids=[], doclean=True, workstrokesonly=True):
data[c] = cdata2
except KeyError:
except (KeyError, AttributeError):
data[c] = 0
# convert newtons