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

Fixed issue #58, #75 #77

Merged
merged 1 commit into from
Apr 1, 2021

Conversation

ainoneko
Copy link
Contributor

As far as I see, the previous fix of the issue #58 only adds the sep parameter to the Tables.importCSV function, which prevents the unexpected keyword argument 'sep' error, but the sep parameter is still not passed to the TableModels.importCSV function, so the default separator is used anyway.
A newer issue #75 looks related to the same problem.

As far as I see, the previous fix of the issue dmnfarrell#58 only adds the `sep` parameter to the `Tables.importCSV` function, which prevents the `unexpected keyword argument 'sep'` error, but the `sep` parameter is still not passed to the `TableModels.importCSV` function, so the default separator is used anyway.
@dmnfarrell dmnfarrell merged commit 115eb50 into dmnfarrell:master Apr 1, 2021
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

Successfully merging this pull request may close these issues.

None yet

2 participants