kimchi-project / gingers390x

Wok plug-in focused in s390x management
Other
6 stars 8 forks source link

make check local is failing with undefined name 'sg_dev' in model/utils.py #8

Closed archu-s closed 8 years ago

archu-s commented 8 years ago

contrib/checki18n.py ./i18n.py Checking for invalid i18n string... Checking for invalid i18n string successfully find . -path './.git' -prune -type f -o \ -name '.py' -o -name '_.py.in' | xargs /usr/bin/pyflakes | \ while read LINE; do echo "$LINE"; false; done ./model/utils.py:130: undefined name 'sg_dev' Makefile:1015: recipe for target 'check-local' failed make: *\ [check-local] Error 1

sureshab commented 8 years ago

@archu-s please refer issue #7.

archu-s commented 8 years ago

Thanks @sureshab. This issue can be closed as similar to issue #7.