Private
Public Access
1
0

fixed an error

This commit is contained in:
2025-01-13 19:07:48 +01:00
parent 336e66106c
commit 6ef6b6e36c
2 changed files with 2 additions and 0 deletions

View File

@@ -1727,6 +1727,8 @@ def read_data(columns, ids=[], doclean=True, workstrokesonly=True, debug=False,
pass
except ColumnNotFoundError:
pass
except ShapeError:
pass
try:
datadf = pl.concat(data)

Binary file not shown.