Bug 1504750 [wpt PR 13925] - Update pyflakes to 2.0.0, a=testonly

Automatic update from web-platform-testsUpdate pyflakes to 2.0.0 (#13925)

--

wpt-commits: 5cf3713e05fd6c76ed34fc1037f9e4e44d2296be
wpt-pr: 13925
This commit is contained in:
pyup.io bot 2018-11-13 11:54:22 +00:00 коммит произвёл moz-wptsync-bot
Родитель 30164de49c
Коммит eb26bf8a3d
2 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -1,4 +1,4 @@
flake8==3.6.0
pycodestyle==2.4.0
pyflakes==1.6.0
pyflakes==2.0.0
pep8-naming==0.7.0

Просмотреть файл

@ -548,7 +548,7 @@ class Http1WebTestRequestHandler(BaseWebTestRequestHandler):
self.close_connection = True
return
except Exception as e:
except Exception:
err = traceback.format_exc()
if response:
response.set_error(500, err)