Skip to content

Commit

Permalink
csv: set field_size_limit, PR #535
Browse files Browse the repository at this point in the history
  • Loading branch information
ilius committed Mar 13, 2024
1 parent f74235e commit e051b3e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyglossary/plugins/csv_plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@
),
}

csv.field_size_limit(0x7fffffff)

class Reader:
compressions = stdCompressions
Expand Down

0 comments on commit e051b3e

Please sign in to comment.