Skip to content

Commit 32c178c

Browse files
print statement for testing
1 parent 9a00cf9 commit 32c178c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

digital_land/package/dataset_parquet.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ def load_entities_range(
218218

219219
# distinct_fields - list of fields in the field in fact
220220
rows = self.conn.execute(query).fetchall()
221-
print(rows)
221+
print(len(rows))
222222
# if there are no entities in the entity range then we don't need to proceed
223223
if len(rows) == 0:
224224
return

0 commit comments

Comments
 (0)