Private
Public Access
1
0

fixing banister to scale with coggan

This commit is contained in:
Sander Roosendaal
2020-11-26 09:20:14 +01:00
parent cef3ccd2f5
commit 4550a4fe53
2 changed files with 7 additions and 9 deletions

View File

@@ -2252,7 +2252,6 @@ def getsmallrowdata_db(columns, ids=[], doclean=True,workstrokesonly=True,comput
else:
try:
df = pd.read_parquet(csvfilenames[0],columns=columns)
for c in columns:
except (OSError,ArrowInvalid):
rowdata,row = getrowdata(id=ids[0])
if rowdata and len(rowdata.df):