fixing banister to scale with coggan
This commit is contained in:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user