[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
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

ColumnsMapping.get_src_columns_alias, line 26 has probleam #6

Closed
maopuhua opened this issue Dec 16, 2020 · 0 comments
Closed

ColumnsMapping.get_src_columns_alias, line 26 has probleam #6

maopuhua opened this issue Dec 16, 2020 · 0 comments
Labels

Comments

@maopuhua
Copy link

columns[k] = (alias[n] for n in v) return a Generator not a list or tuple.

maybe be need to change to columns[k] = [alias[n] for n in v], return a list.

list can support one to many .

@taogeYT taogeYT added the bug label Dec 20, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants