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

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


  Branch: refs/heads/issue_22
  Home:   https://github.com/zopefoundation/Products.MailHost
  Commit: da63cdfb34fed682bc337c8324b062a3fa8161bd
      https://github.com/zopefoundation/Products.MailHost/commit/da63cdfb34fed682bc337c8324b062a3fa8161bd
  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

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