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

Waiting for ready status fails #31

Closed
zelima opened this issue Feb 4, 2019 · 1 comment
Closed

Waiting for ready status fails #31

zelima opened this issue Feb 4, 2019 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@zelima
Copy link
Collaborator

zelima commented Feb 4, 2019

Trying to migrate one of deis instances. Fails on the Waiting for ready status part with following

Traceback (most recent call last):
  ...
  File "/home/zelima/viderum/ckan-cloud-operator/ckan_cloud_operator/deis_ckan/instance.py", line 315, in <dictcomp>
    k: v for k, v in data if k not in ['ready'] and not v.get('ready')
ValueError: too many values to unpack (expected 2)

Failing after this commit 67b3e35#diff-25a7b8327c37a646d868ce662a190d78R312

k: v for k, v in data if k not in ['ready'] and not v.get('ready')

Looking at the data it is the dict, so I assume the line above is missing data.items()

@zelima
Copy link
Collaborator Author

zelima commented Feb 5, 2019

FIXED in #32

@zelima zelima closed this as completed Feb 5, 2019
@ghost ghost removed the review label Feb 5, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant