[Checkins] [zopefoundation/Products.MailHost] 8982d6: Make Flake8 happy.

Jürgen Gmach noreply at github.com
Thu Aug 8 10:13:13 CEST 2019


  Branch: refs/heads/issue_22
  Home:   https://github.com/zopefoundation/Products.MailHost
  Commit: 8982d6da27c51d088a6687508c9426347b17f683
      https://github.com/zopefoundation/Products.MailHost/commit/8982d6da27c51d088a6687508c9426347b17f683
  Author: Jürgen Gmach <juergen.gmach at googlemail.com>
  Date:   2019-08-08 (Thu, 08 Aug 2019)

  Changed paths:
    M CHANGES.rst
    M src/Products/MailHost/MailHost.py
    M src/Products/MailHost/__init__.py
    M src/Products/MailHost/tests/testMailHost.py

  Log Message:
  -----------
  Make Flake8 happy.

There were some spots in the source code, which should be skipped by
Flake8; a noqa marker was already set, but Flake8 did not recognize the
syntax.

Syntax fixed according to:
http://flake8.pycqa.org/en/3.1.1/user/ignoring-errors.html

This fixes #22

modified:   CHANGES.rst
modified:   src/Products/MailHost/MailHost.py
modified:   src/Products/MailHost/__init__.py
modified:   src/Products/MailHost/tests/testMailHost.py




More information about the checkins mailing list