Skip to content

Commit

Permalink
csv: field_size_limit, PR #535
Browse files Browse the repository at this point in the history
  • Loading branch information
ilius committed Nov 20, 2023
1 parent d3684e7 commit 94870e2
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 @@ -73,6 +73,7 @@
),
}

csv.field_size_limit(0x7fffffff)

class Reader:
compressions = stdCompressions
Expand Down

0 comments on commit 94870e2

Please sign in to comment.