← Back to team overview

oship-dev team mailing list archive

[Bug 379816] [NEW] EHR.py PEP8 errors

 

Public bug reported:

openehr/ehr.py:16:11: E221 multiple spaces before operator
openehr/ehr.py:25:29: E231 missing whitespace after ','
openehr/ehr.py:28:80: E501 line too long (81 characters)
openehr/ehr.py:35:1: E302 expected 2 blank lines, found 1
openehr/ehr.py:39:1: W291 trailing whitespace
openehr/ehr.py:98:1: W191 indentation contains tabs
openehr/ehr.py:98:1: E101 indentation contains mixed spaces and tabs
openehr/ehr.py:261:5: E301 expected 1 blank line, found 2
openehr/ehr.py:327:24: E202 whitespace before ')'
openehr/ehr.py:792:1: W391 blank line at end of file

** Affects: oship
     Importance: Low
         Status: New

-- 
EHR.py PEP8 errors
https://bugs.launchpad.net/bugs/379816
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/ehr.py:16:11: E221 multiple spaces before operator
openehr/ehr.py:25:29: E231 missing whitespace after ','
openehr/ehr.py:28:80: E501 line too long (81 characters)
openehr/ehr.py:35:1: E302 expected 2 blank lines, found 1
openehr/ehr.py:39:1: W291 trailing whitespace
openehr/ehr.py:98:1: W191 indentation contains tabs
openehr/ehr.py:98:1: E101 indentation contains mixed spaces and tabs
openehr/ehr.py:261:5: E301 expected 1 blank line, found 2
openehr/ehr.py:327:24: E202 whitespace before ')'
openehr/ehr.py:792:1: W391 blank line at end of file



Follow ups

References