Modify ↓
Ticket #412 (closed defect: fixed)
pep8: line too long in moap/extern/command/command/py
| Reported by: | xmartinez@… | Owned by: | thomas |
|---|---|---|---|
| Priority: | major | Milestone: | 0.2.8 |
| Component: | moap | Version: | TRUNK |
| Keywords: | Cc: |
Description
$ make -C moap/extern check-local-pep8 make: Entering directory `/home/xmartinez/flu/svn/moap/moap/extern' find ./command -name \*.py | sort | uniq | xargs /usr/bin/python ../../misc/pep8.py --repeat ./command/command.py:47:80: E501 line too long (88 characters) make: *** [check-local-pep8] Error 123 make: Leaving directory `/home/xmartinez/flu/svn/moap/moap/extern'
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

Fixed, thanks.