Closed cclauss closed 7 years ago
flake8 testing of https://github.com/honeynet/droidbot on Python 2.7.13
$ flake8 . --count --select=E901,E999,F821,F822,F823 --show-source --statistics
./droidbox_scripts/utils.py:477:24: F821 undefined name 'types' if type(l) not in (types.IntType, types.LongType): ^ ./droidbox_scripts/utils.py:477:39: F821 undefined name 'types' if type(l) not in (types.IntType, types.LongType): ^
Thank you! droidbox_scripts/utils.py is a deprecated file. I've removed it in the newest commit.
droidbox_scripts/utils.py
flake8 testing of https://github.com/honeynet/droidbot on Python 2.7.13
$ flake8 . --count --select=E901,E999,F821,F822,F823 --show-source --statistics