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

view_cube fails in HypercubeWindow.load_textures #25

Closed
tboggs opened this issue Apr 22, 2015 · 0 comments
Closed

view_cube fails in HypercubeWindow.load_textures #25

tboggs opened this issue Apr 22, 2015 · 0 comments
Labels
Milestone

Comments

@tboggs
Copy link
Member

tboggs commented Apr 22, 2015

The error occurs when calling make_pil_image because an unused "format" keyword is given. The keyword is passed on to get_rgb, which previously ignored unused keywords but now checks keyword arguments and raises an exception when an unexpected keyword is given.

@tboggs tboggs added the bug label Apr 22, 2015
@tboggs tboggs added this to the v0.16.2 milestone Apr 22, 2015
@tboggs tboggs closed this as completed in 8ff6614 Apr 24, 2015
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

1 participant