← Back to team overview

oship-dev team mailing list archive

[Bug 379812] [NEW] Common.py PEP8 errors

 

Public bug reported:

openehr/common.py:13:36: W291 trailing whitespace
openehr/common.py:11:1: E303 too many blank lines (3)
openehr/common.py:17:11: E221 multiple spaces before operator
openehr/common.py:20:37: E231 missing whitespace after ','
openehr/common.py:26:80: E501 line too long (109 characters)
openehr/common.py:26:78: E203 whitespace before ','
openehr/common.py:31:1: E302 expected 2 blank lines, found 1
openehr/common.py:323:5: E301 expected 1 blank line, found 2
openehr/common.py:784:22: E202 whitespace before ')'
openehr/common.py:2050:1: W391 blank line at end of file

** Affects: oship
     Importance: Low
         Status: New

-- 
Common.py PEP8 errors
https://bugs.launchpad.net/bugs/379812
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): New

Bug description:
openehr/common.py:13:36: W291 trailing whitespace
openehr/common.py:11:1: E303 too many blank lines (3)
openehr/common.py:17:11: E221 multiple spaces before operator
openehr/common.py:20:37: E231 missing whitespace after ','
openehr/common.py:26:80: E501 line too long (109 characters)
openehr/common.py:26:78: E203 whitespace before ','
openehr/common.py:31:1: E302 expected 2 blank lines, found 1
openehr/common.py:323:5: E301 expected 1 blank line, found 2
openehr/common.py:784:22: E202 whitespace before ')'
openehr/common.py:2050:1: W391 blank line at end of file



Follow ups

References