Code review comment for lp:~seb128/ubiquity/start-screen-reader

Revision history for this message
Jean-Baptiste Lallement (jibel) wrote :

package fails to build due to pep8 tests

./tests/run-pep8
ubiquity/frontend/gtk_ui.py:161:1: E302 expected 2 blank lines, found 1
ubiquity/frontend/gtk_ui.py:167:1: E302 expected 2 blank lines, found 1
ubiquity/frontend/gtk_ui.py:724:80: E501 line too long (88 > 79 characters)
ubiquity/frontend/gtk_ui.py:725:80: E501 line too long (106 > 79 characters)
ubiquity/frontend/gtk_ui.py:726:1: W293 blank line contains whitespace

review: Needs Fixing

« Back to merge proposal