This is an automated email from the ASF dual-hosted git repository.

sebb pushed a commit to branch master
in repository 
https://gitbox.apache.org/repos/asf/incubator-ponymail-unit-tests.git


The following commit(s) were added to refs/heads/master by this push:
     new 52ea64e  Print does not need \n
52ea64e is described below

commit 52ea64e0f715fd727f068e89e35f4396d60cdd8b
Author: Sebb <[email protected]>
AuthorDate: Wed Jun 2 14:06:24 2021 +0100

    Print does not need \n
---
 tests/test-generators.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/test-generators.py b/tests/test-generators.py
index 5c871b0..7bc732c 100755
--- a/tests/test-generators.py
+++ b/tests/test-generators.py
@@ -134,7 +134,7 @@ def run_tests(args):
                     msgid =(message.get('message-id') or '').strip()
                     dateheader = message.get('date')
                     if args.skipnodate and not dateheader:
-                        print("""[SKIP] %s, index %2u: No date header found 
and --skipnodate specified, skipping this test!\n""" %
+                        print("""[SKIP] %s, index %2u: No date header found 
and --skipnodate specified, skipping this test!""" %
                                          (gen_type, key, ))
                         continue
                     if msgid != test['message-id']:

Reply via email to