Opened 8 years ago

Closed 8 years ago

#5451 closed defect (fixed)

Reformat messages.add_message calls to follow PEP 8

Reported by: ayleph Owned by:
Priority: trivial Milestone:
Component: programming Keywords: pep8, indentation
Cc: Parent Tickets:

Description

While tracking down some bad message calls in the blog plugin, I came across a number of wildly different styles for the messages.add_message function call. Notably, many of these calls don't adhere to the following PEP 8 guideline.

Arguments on first line forbidden when not using vertical alignment.

https://www.python.org/dev/peps/pep-0008/#id15

Change History (1)

comment:1 by ayleph, 8 years ago

Resolution: fixed
Status: newclosed

Added in 5c7b2a6.

Note: See TracTickets for help on using tickets.