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

deploy_model with an empty label list causes an error #208

Closed
dcrankshaw opened this issue Jun 8, 2017 · 0 comments · Fixed by #279
Closed

deploy_model with an empty label list causes an error #208

dcrankshaw opened this issue Jun 8, 2017 · 0 comments · Fixed by #279
Milestone

Comments

@dcrankshaw
Copy link
Contributor

If you supply deploy_model with an argument labels that's an empty list, add_container gets an index out of bounds exception when iterating through the result of the redis query given by:
redis-cli -h {host} -p 6379 -n {db} hgetall {key}.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant