Opened 9 years ago
Closed 9 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.
Note:
See TracTickets
for help on using tickets.
Added in 5c7b2a6.