vcd-cli
vcd-cli copied to clipboard
Fix - disk list size
- Fix listing disk:
diskobject has nosizeattribute, butsizeMb.
Previews CI is passed. but now flake8 comes out with this error. Which IMHO doesn't related to my changes.
flake8 run-test: commands[0] | flake8 'vcd_cli/*.py'
vcd_cli/*.py:0:1: E902 FileNotFoundError: [Errno 2] No such file or directory: 'vcd_cli/*.py'
ERROR: InvocationError for command /home/travis/build/vmware/vcd-cli/.tox/flake8/bin/flake8 'vcd_cli/*.py' (exited with code 1)
___________________________________ summary ____________________________________
ERROR: flake8: commands failed
The command "tox -e flake8" exited with 1.