bug fixes
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user