Skip to content

BUG: fix incorrect TypeError raise #4957

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

Merged
merged 1 commit into from
Sep 24, 2013
Merged

BUG: fix incorrect TypeError raise #4957

merged 1 commit into from
Sep 24, 2013

Conversation

cpcloud
Copy link
Member

@cpcloud cpcloud commented Sep 24, 2013

TypeError was being raised when a ValueError was raised because the
ValueError's message wasn't being converted to a string.

closes #4956

TypeError was being raised when a ValueError was raised because the
ValueError's message wasn't being converted to a string.
@ghost ghost assigned cpcloud Sep 24, 2013
@jreback
Copy link
Contributor

jreback commented Sep 24, 2013

looks good (assuming it passes)!

@cpcloud
Copy link
Member Author

cpcloud commented Sep 24, 2013

merging

cpcloud added a commit that referenced this pull request Sep 24, 2013
@cpcloud cpcloud merged commit 54349d1 into pandas-dev:master Sep 24, 2013
@cpcloud cpcloud deleted the hdfstore-append-error-fix branch September 24, 2013 02:20
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.

ValueError in HDFStore column append throws a TypeError
2 participants