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

In python (at least) cannot upload file with "-" in the name, even with name= specified #138

Open
erykoff opened this issue Sep 1, 2017 · 1 comment
Labels

Comments

@erykoff
Copy link

erykoff commented Sep 1, 2017

If attempting to upload a file with a "-" in the name (as in any file with a DES tilename) from connection.append_table(filename, name=table_name), easyaccess complains Invalid table name, change filename or use --tablename. However, this happens even when you specify a valid tablename.

@kadrlica
Copy link
Collaborator

kadrlica commented Jun 7, 2018

I think the issue is in the loop here. Since table is None it is throwing an error without even trying name. I think we need some logic that sets the table name before doing the loop to check for bad characters. @mgckind?

@kadrlica kadrlica added the bug label Jun 7, 2018
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