make check-local errors:
make check-local
make[3]: Entering directory
'/home/danielhb/kimchi/wok_all_plugins/src/wok/plugins/kimchi'
contrib/check_i18n.py ./i18n.py
Checking for invalid i18n string...
Checking for invalid i18n string successfully
/bin/pep8 --version
1.6.2
/bin/pep8 --filename '*.py,*.py.in'
--exclude="*config.py,*i18n.py,*tests/test_config.py" .
./model/vms.py:799:80: E501 line too long (80 > 79 characters)
./model/vms.py:807:9: E303 too many blank lines (2)
Makefile:1062: recipe for target 'check-local' failed
make[3]: *** [check-local] Error 1
On 08/16/2016 04:29 PM, Ramon Medeiros wrote:
Changes:
Create xml tag when updating a xml that does not have the tag
Update messages to use Virtual machine instead of VM
Ramon Medeiros (3):
Issue #857: Support VM description
Update tests
Update docs
API.json | 20 ++++++++++++++++++++
docs/API.md | 6 ++++++
i18n.py | 2 ++
model/vms.py | 35 ++++++++++++++++++++++++++++++++---
tests/test_mockmodel.py | 3 ++-
tests/test_model.py | 3 ++-
vmtemplate.py | 5 ++++-
7 files changed, 68 insertions(+), 6 deletions(-)