oship-dev team mailing list archive
-
oship-dev team
-
Mailing list archive
-
Message #00390
[Bug 379819] Re: Support.py PEP8 errors
To use the PEP8 utility: go to the oship/src/oship directory enter the
command python utils/pep8.py openehr/support.py
** Changed in: oship
Importance: Low => Medium
** Changed in: oship
Status: New => Confirmed
** Changed in: oship
Milestone: None => 1.0b1
--
Support.py PEP8 errors
https://bugs.launchpad.net/bugs/379819
You received this bug notification because you are a member of OSHIP
Development Team, which is subscribed to OSHIP.
Status in Open Source Health Information Platform (OSHIP): Confirmed
Bug description:
openehr/support.py:13:31: W291 trailing whitespace
openehr/support.py:11:1: E303 too many blank lines (3)
openehr/support.py:17:11: E221 multiple spaces before operator
openehr/support.py:22:33: E231 missing whitespace after ','
openehr/support.py:36:1: E302 expected 2 blank lines, found 1
openehr/support.py:63:80: E501 line too long (86 characters)
openehr/support.py:170:33: E241 multiple spaces after ','
openehr/support.py:353:5: E301 expected 1 blank line, found 3
openehr/support.py:397:29: W602 deprecated form of raising exception
openehr/support.py:442:37: E702 multiple statements on one line (semicolon)
openehr/support.py:463:24: E202 whitespace before ')'
openehr/support.py:749:1: W191 indentation contains tabs
openehr/support.py:749:1: E101 indentation contains mixed spaces and tabs
openehr/support.py:1126:43: E222 multiple spaces after operator
References