← Back to team overview

oship-dev team mailing list archive

[Bug 379811] [NEW] Datastructure.py - PEP8 errors

 

Public bug reported:

openehr/datastructure.py:11:1: E303 too many blank lines (3)
openehr/datastructure.py:19:11: E221 multiple spaces before operator
openehr/datastructure.py:23:37: E231 missing whitespace after ','
openehr/datastructure.py:37:1: E302 expected 2 blank lines, found 4
openehr/datastructure.py:45:80: E501 line too long (87 characters)
openehr/datastructure.py:52:1: W291 trailing whitespace
openehr/datastructure.py:53:5: E301 expected 1 blank line, found 2
openehr/datastructure.py:90:22: E202 whitespace before ')'
openehr/datastructure.py:704:1: W391 blank line at end of file

** Affects: oship
     Importance: Low
         Status: New

-- 
Datastructure.py - PEP8 errors
https://bugs.launchpad.net/bugs/379811
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/datastructure.py:11:1: E303 too many blank lines (3)
openehr/datastructure.py:19:11: E221 multiple spaces before operator
openehr/datastructure.py:23:37: E231 missing whitespace after ','
openehr/datastructure.py:37:1: E302 expected 2 blank lines, found 4
openehr/datastructure.py:45:80: E501 line too long (87 characters)
openehr/datastructure.py:52:1: W291 trailing whitespace
openehr/datastructure.py:53:5: E301 expected 1 blank line, found 2
openehr/datastructure.py:90:22: E202 whitespace before ')'
openehr/datastructure.py:704:1: W391 blank line at end of file



Follow ups

References