Skip to content

Commit

Permalink
Add record of error
Browse files Browse the repository at this point in the history
  • Loading branch information
alexiglaser committed Dec 3, 2024
1 parent dbbf898 commit 0dd2bb5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions digital_land/package/datasetparquet.py
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ def create_temp_table(self, input_paths):
max_size = hard_limit / 2
else:
logging.info(f"Failed to read in when max_size = {hard_limit / 2}")
logging.info(e)
raise
# if "Value with unterminated quote" in str(e):
# increment = True
Expand Down

0 comments on commit 0dd2bb5

Please sign in to comment.