Hey osomon. The problem on that script is that it's using the py2 version of flake8. You need to run it like this:
python3 -m flake8 <dir> I'll add that to my branch. Please check it, because I'm not sure if on cmake I should be calling python3 directly; I have seen some fancier things in some other projects. -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to address-book-app in Ubuntu. https://bugs.launchpad.net/bugs/1444170 Title: python code does not pass the flake8 static checks Status in address-book-app package in Ubuntu: New Status in unity8 package in Ubuntu: In Progress Status in webbrowser-app package in Ubuntu: In Progress Bug description: Flake8 checks that the python code follows the right code style, and does some static checks for errors. This branch is not passing the static tests. To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/address-book-app/+bug/1444170/+subscriptions -- Mailing list: https://launchpad.net/~touch-packages Post to : [email protected] Unsubscribe : https://launchpad.net/~touch-packages More help : https://help.launchpad.net/ListHelp

