Skip to content

Fix ValueError: too many values to unpack issue in obo copy --replace#1

Open
vumrao wants to merge 1 commit intoceph:masterfrom
vumrao:wip-vumrao-obo
Open

Fix ValueError: too many values to unpack issue in obo copy --replace#1
vumrao wants to merge 1 commit intoceph:masterfrom
vumrao:wip-vumrao-obo

Conversation

@vumrao
Copy link

@vumrao vumrao commented Mar 30, 2018

Fix ValueError: too many values to unpack issue in obo copy --replace

obo copy test-bucket/test-bucket1/test1/cirros.raw test-bucket/test-bucket1/test1/cirros.raw --replace
Traceback (most recent call last):
File "/usr/bin/obo", line 11, in
load_entry_point('obo==0.0.1', 'console_scripts', 'obo')()
File "build/bdist.linux-x86_64/egg/obo/obo.py", line 969, in main
File "build/bdist.linux-x86_64/egg/obo/obo.py", line 936, in copy
File "build/bdist.linux-x86_64/egg/obo/obo.py", line 429, in replace
ValueError: too many values to unpack

Signed-off-by: Vikhyat Umrao vumrao@redhat.com

in obo copy --replace

obo copy test-bucket/test-bucket1/test1/cirros.raw test-bucket/test-bucket1/test1/cirros.raw --replace
Traceback (most recent call last):
  File "/usr/bin/obo", line 11, in <module>
    load_entry_point('obo==0.0.1', 'console_scripts', 'obo')()
  File "build/bdist.linux-x86_64/egg/obo/obo.py", line 969, in main
  File "build/bdist.linux-x86_64/egg/obo/obo.py", line 936, in copy
  File "build/bdist.linux-x86_64/egg/obo/obo.py", line 429, in replace
ValueError: too many values to unpack

Signed-off-by: Vikhyat Umrao <vumrao@redhat.com>
@vumrao
Copy link
Author

vumrao commented Mar 30, 2018

@yehudasa Hi Yehuda - could you please review and if looks good please merge it. More details are given in this internal Red Hat bug - https://bugzilla.redhat.com/show_bug.cgi?id=1543004

Thank you,
Vikhyat

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.

1 participant