Closed cclauss closed 7 years ago
TokenError: EOF in multi-line statement
flake8 testing of https://github.com/googlefonts/fontbakery-dashboard on Python 2.7.13
$ flake8 . --count --select=E901,E999,F821,F822,F823 --show-source --statistics
./containers/dispatcher/dispatch-jobs.py:11:25: E901 SyntaxError: invalid syntax local_families_selection = [ ^ ./containers/dispatcher/dispatch-jobs.py:66:1: E901 TokenError: EOF in multi-line statement ^
Closing for being irrelevant. The current code is in https://github.com/googlefonts/fontbakery-dashboard/tree/draganddrop and under heavy development.
TokenError: EOF in multi-line statement
flake8 testing of https://github.com/googlefonts/fontbakery-dashboard on Python 2.7.13
$ flake8 . --count --select=E901,E999,F821,F822,F823 --show-source --statistics