googlefonts / fontbakery-dashboard

A library-scale web dashboard for Font Bakery, no longer developed
Apache License 2.0
28 stars 10 forks source link

Correct misplaced parentheses # TokenError: EOF #44

Closed cclauss closed 7 years ago

cclauss commented 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
^
graphicore commented 7 years ago

Closing for being irrelevant. The current code is in https://github.com/googlefonts/fontbakery-dashboard/tree/draganddrop and under heavy development.