vcd-cli icon indicating copy to clipboard operation
vcd-cli copied to clipboard

Fix - disk list size

Open azzamsa opened this issue 5 years ago • 1 comments

  • Fix listing disk: disk object has no size attribute, but sizeMb.

azzamsa avatar Apr 29 '20 08:04 azzamsa

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.

azzamsa avatar May 20 '20 10:05 azzamsa