shadowsocks icon indicating copy to clipboard operation
shadowsocks copied to clipboard

TabError: inconsistent use of tabs and spaces in indentation

Open cclauss opened this issue 5 years ago • 0 comments

flake8 testing of https://github.com/edwardz246003/shadowsocks on Python 3.8.1

$ flake8 . --count --select=E9,F63,F7,F82 --show-source --statistics

./attack2_with_https_pocket.py:40:34: E999 TabError: inconsistent use of tabs and spaces in indentation	x=xor(prefix_https_recv,targetIP)                                 ^
1     E999 TabError: inconsistent use of tabs and spaces in indentation
1

cclauss avatar Feb 15 '20 13:02 cclauss