New pep8 errors on trunk

Bug #1334777 reported by Leo Arias
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Ubuntu Calendar App
Fix Released
Critical
Leo Arias

Bug Description

With the new realease of pep8 have new errors reported:

./tests/autopilot/calendar_app/emulators.py:25:1: E265 block comment should start with '# '
./tests/autopilot/calendar_app/emulators.py:26:1: E265 block comment should start with '# '
./tests/autopilot/calendar_app/emulators.py:27:1: E265 block comment should start with '# '
./tests/autopilot/calendar_app/emulators.py:39:9: E265 block comment should start with '# '
./tests/autopilot/calendar_app/emulators.py:52:9: E265 block comment should start with '# '
./tests/autopilot/calendar_app/emulators.py:133:9: E265 block comment should start with '# '
./tests/autopilot/calendar_app/emulators.py:136:13: E265 block comment should start with '# '
./tests/autopilot/calendar_app/emulators.py:137:13: E265 block comment should start with '# '
./tests/autopilot/calendar_app/tests/__init__.py:105:9: E265 block comment should start with '# '
./tests/autopilot/calendar_app/tests/__init__.py:106:9: E265 block comment should start with '# '
./tests/autopilot/calendar_app/tests/__init__.py:107:9: E265 block comment should start with '# '
./tests/autopilot/calendar_app/tests/__init__.py:108:9: E265 block comment should start with '# '
./tests/autopilot/calendar_app/tests/__init__.py:122:9: E265 block comment should start with '# '
./tests/autopilot/calendar_app/tests/__init__.py:123:9: E265 block comment should start with '# '
./tests/autopilot/calendar_app/tests/__init__.py:134:13: E265 block comment should start with '# '
./tests/autopilot/calendar_app/tests/__init__.py:135:13: E265 block comment should start with '# '
./tests/autopilot/calendar_app/tests/__init__.py:168:13: E265 block comment should start with '# '
./tests/autopilot/calendar_app/tests/__init__.py:177:13: E265 block comment should start with '# '
./tests/autopilot/calendar_app/tests/test_calendar.py:16:1: E265 block comment should start with '# '
./tests/autopilot/calendar_app/tests/test_calendar.py:23:9: E265 block comment should start with '# '
./tests/autopilot/calendar_app/tests/test_calendar.py:30:9: E265 block comment should start with '# '
./tests/autopilot/calendar_app/tests/test_calendar.py:31:9: E265 block comment should start with '# '
./tests/autopilot/calendar_app/tests/test_calendar.py:32:9: E265 block comment should start with '# '
./tests/autopilot/calendar_app/tests/test_calendar.py:34:9: E265 block comment should start with '# '
./tests/autopilot/calendar_app/tests/test_calendar.py:35:9: E265 block comment should start with '# '
./tests/autopilot/calendar_app/tests/test_calendar.py:37:9: E265 block comment should start with '# '
./tests/autopilot/calendar_app/tests/test_calendar.py:43:9: E265 block comment should start with '# '
./tests/autopilot/calendar_app/tests/test_calendar.py:44:9: E265 block comment should start with '# '
./tests/autopilot/calendar_app/tests/test_calendar.py:45:9: E265 block comment should start with '# '
./tests/autopilot/calendar_app/tests/test_calendar.py:50:9: E265 block comment should start with '# '
./tests/autopilot/calendar_app/tests/test_calendar.py:51:9: E265 block comment should start with '# '
./tests/autopilot/calendar_app/tests/test_calendar.py:54:9: E265 block comment should start with '# '
./tests/autopilot/calendar_app/tests/test_calendar.py:59:9: E265 block comment should start with '# '
./tests/autopilot/calendar_app/tests/test_calendar.py:64:9: E265 block comment should start with '# '
./tests/autopilot/calendar_app/tests/test_calendar.py:69:9: E265 block comment should start with '# '
./tests/autopilot/calendar_app/tests/test_calendar.py:73:9: E265 block comment should start with '# '
./tests/autopilot/calendar_app/tests/test_calendar.py:77:9: E265 block comment should start with '# '
./tests/autopilot/calendar_app/tests/test_calendar.py:81:9: E265 block comment should start with '# '
./tests/autopilot/calendar_app/tests/test_calendar.py:84:9: E265 block comment should start with '# '
./tests/autopilot/calendar_app/tests/test_calendar.py:87:9: E265 block comment should start with '# '
./tests/autopilot/calendar_app/tests/test_calendar.py:88:9: E265 block comment should start with '# '
./tests/autopilot/calendar_app/tests/test_calendar.py:90:9: E265 block comment should start with '# '
./tests/autopilot/calendar_app/tests/test_calendar.py:94:9: E265 block comment should start with '# '
./tests/autopilot/calendar_app/tests/test_calendar.py:101:9: E265 block comment should start with '# '
./tests/autopilot/calendar_app/tests/test_dayview.py:84:13: E265 block comment should start with '# '
./tests/autopilot/calendar_app/tests/test_monthview.py:43:13: E265 block comment should start with '# '
./tests/autopilot/calendar_app/tests/test_weekview.py:43:9: E265 block comment should start with '# '
./tests/autopilot/calendar_app/tests/test_weekview.py:61:9: E265 block comment should start with '# '
./tests/autopilot/calendar_app/tests/test_weekview.py:66:9: E265 block comment should start with '# '
./tests/autopilot/calendar_app/tests/test_weekview.py:67:9: E265 block comment should start with '# '
./tests/autopilot/calendar_app/tests/test_weekview.py:92:9: E265 block comment should start with '# '
./tests/autopilot/calendar_app/tests/test_weekview.py:97:9: E265 block comment should start with '# '
./tests/autopilot/calendar_app/tests/test_weekview.py:102:9: E265 block comment should start with '# '
./tests/autopilot/calendar_app/tests/test_weekview.py:108:9: E265 block comment should start with '# '
./tests/autopilot/calendar_app/tests/test_weekview.py:175:9: E265 block comment should start with '# '
./tests/autopilot/calendar_app/tests/test_weekview.py:179:9: E265 block comment should start with '# '
./tests/autopilot/calendar_app/tests/test_yearview.py:49:9: E265 block comment should start with '# '

Tags: elopio

Related branches

Revision history for this message
Ubuntu Phone Apps Jenkins Bot (ubuntu-phone-apps-jenkins-bot) wrote :

Fix committed into lp:ubuntu-calendar-app at revision None, scheduled for release in ubuntu-calendar-app, milestone alpha-1

Changed in ubuntu-calendar-app:
status: In Progress → Fix Committed
Changed in ubuntu-calendar-app:
status: Fix Committed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.