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

dcos list failure #6

Closed
kensipe opened this issue Jan 23, 2015 · 0 comments
Closed

dcos list failure #6

kensipe opened this issue Jan 23, 2015 · 0 comments

Comments

@kensipe
Copy link
Contributor

kensipe commented Jan 23, 2015

dcos list
Traceback (most recent call last):
File "/usr/local/bin/dcos-list", line 9, in
load_entry_point('dcos==0.0.1', 'console_scripts', 'dcos-list')()
File "/opt/demo/dcos-cli/dcos/cli.py", line 65, in wrapper
return fn(_args, *_kwargs)
File "/opt/demo/dcos-cli/dcos/log.py", line 28, in timer
return fn(_args, *_kwargs)
File "/opt/demo/dcos-cli/dcos/cli.py", line 43, in wrapper
return fn(cmd_args, _args, *_kwargs)
File "/opt/demo/dcos-cli/dcos/cmds/list.py", line 27, in main
tb.add_row(fw["name"].split('-', 1))
File "/usr/lib/python2.7/dist-packages/prettytable.py", line 818, in add_row
raise Exception("Row has incorrect number of values, (actual) %d!=%d (expected)" %(len(row),len(self._field_names)))
Exception: Row has incorrect number of values, (actual) 1!=2 (expected)

on: poc-dcos-cli branch

@kensipe kensipe added the bug label Jan 23, 2015
@kensipe kensipe closed this as completed Jan 23, 2015
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

No branches or pull requests

1 participant