vmware-archive / vcd-cli

Command Line Interface for VMware vCloud Director
https://vmware.github.io/vcd-cli
Other
165 stars 105 forks source link

Fix - disk list size #527

Open azzamsa opened 4 years ago

azzamsa commented 4 years ago
azzamsa commented 4 years ago

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.