Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TypeError on python -m epitator.importers.import_geonames in windows #57

Open
nickynicolson opened this issue Jun 23, 2020 · 1 comment

Comments

@nickynicolson
Copy link

csv.field_size_limit expects an integer, but when running on win32 a float value for max_c_long_on_windows is created, causing a TypeError to be thrown

csv.field_size_limit(max_c_long_on_windows)

@nickynicolson
Copy link
Author

Fixed by pull request #56

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant