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

unexpected keyword argument 'sep' #58

Open
dhodyrahmad opened this issue Jul 28, 2019 · 0 comments
Open

unexpected keyword argument 'sep' #58

dhodyrahmad opened this issue Jul 28, 2019 · 0 comments

Comments

@dhodyrahmad
Copy link

importing csv file using importCSV(). In wiki it tell to use sep to import a csv file. but when i try using this i got error

TypeError: importCSV() got an unexpected keyword argument 'sep'

i missed something? thankyou for helping

dmnfarrell added a commit that referenced this issue Sep 18, 2019
ainoneko added a commit to ainoneko/tkintertable that referenced this issue Mar 23, 2021
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.
ainoneko added a commit to ainoneko/tkintertable that referenced this issue Mar 25, 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

No branches or pull requests

1 participant