You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ponymail.apache.org by hu...@apache.org on 2021/09/20 19:50:33 UTC

[incubator-ponymail-foal] branch master updated: attributeerror??

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

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


The following commit(s) were added to refs/heads/master by this push:
     new ed57ca5  attributeerror??
ed57ca5 is described below

commit ed57ca557cd548e93fb59d5c60853398a26b7b76
Author: Daniel Gruno <hu...@apache.org>
AuthorDate: Mon Sep 20 14:50:24 2021 -0500

    attributeerror??
---
 server/endpoints/mbox.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/server/endpoints/mbox.py b/server/endpoints/mbox.py
index 53b4a80..8a79162 100644
--- a/server/endpoints/mbox.py
+++ b/server/endpoints/mbox.py
@@ -26,7 +26,7 @@ import typing
 import aiohttp.web
 try:
     from asyncio.exceptions import CancelledError
-except (ImportError, ModuleNotFoundError):  # 3.7 ??
+except AttributeError:  # 3.7 ??
     from asyncio import CancelledError
 import email.utils as eutils
 import datetime