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: can only concatenate tuple (not "list") to tuple #52

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

TypeError: can only concatenate tuple (not "list") to tuple #52

wants to merge 2 commits into from

Conversation

delijati
Copy link

I get this error with python 2.7.3

TypeError: can only concatenate tuple (not "list") to tuple

@dnouri
Copy link
Contributor

dnouri commented Apr 1, 2013

Hmm, this seems to have changed between some versions of deform? I'd rather we do not assume it's a list or a tuple, but maybe convert it into a list first, then concatenate. Can you check the deform sources to see whether it's list or tuple there, and when it might have changed?

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.

2 participants