Closed archu-s closed 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
@archu-s please refer issue #7.
Thanks @sureshab. This issue can be closed as similar to issue #7.
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