You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
./cookbook/c04/p16_iterate_while.py:11:11: F821 undefined name 'data'
print(data)
^
./cookbook/c12/p01_start_stop_thread.py:51:9: F821 undefined name 'sock'
sock.settimeout(5) # set timeout period
^
./cookbook/c12/p01_start_stop_thread.py:55:24: F821 undefined name 'sock'
data = sock.recv(8192)
^
The text was updated successfully, but these errors were encountered:
Uh oh!
There was an error while loading. Please reload this page.
flake8 testing of https://github.com/yidao620c/python3-cookbook on Python 3.6.3
$ flake8 . --count --select=E901,E999,F821,F822,F823 --show-source --statistics
The text was updated successfully, but these errors were encountered: