You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ponymail.apache.org by se...@apache.org on 2021/12/14 13:21:40 UTC

[incubator-ponymail-foal] branch master updated (e881a75 -> e643dc0)

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

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


    from e881a75  Update version
     new 81c2aaf  Unused
     new e643dc0  Update version

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 server/plugins/messages.py | 2 +-
 server/server_version.py   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

[incubator-ponymail-foal] 01/02: Unused

Posted by se...@apache.org.
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-foal.git

commit 81c2aaf239fc25f3f4dd43e46edea3b8c0424126
Author: Sebb <se...@apache.org>
AuthorDate: Tue Dec 14 13:21:05 2021 +0000

    Unused
---
 server/plugins/messages.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/server/plugins/messages.py b/server/plugins/messages.py
index db99c5b..b0c8d47 100644
--- a/server/plugins/messages.py
+++ b/server/plugins/messages.py
@@ -454,7 +454,7 @@ async def wordcloud(session, query_defuzzed):
         for hit in res["aggregations"]["cloud"]["buckets"]:
             wc[hit["key"]] = hit["doc_count"]
 
-    except plugins.database.Timeout as e:  # If we time out, just return empty WC.
+    except plugins.database.Timeout:  # If we time out, just return empty WC.
         pass
     return wc
 

[incubator-ponymail-foal] 02/02: Update version

Posted by se...@apache.org.
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-foal.git

commit e643dc0d4b9f5f312afc55fa4dc61c50b17dad55
Author: Sebb <se...@apache.org>
AuthorDate: Tue Dec 14 13:21:26 2021 +0000

    Update version
---
 server/server_version.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/server/server_version.py b/server/server_version.py
index 3b10dbd..f39d935 100644
--- a/server/server_version.py
+++ b/server/server_version.py
@@ -1,2 +1,2 @@
 # This file is generated by server/update_version.sh
-PONYMAIL_SERVER_VERSION = '5b23fd3'
+PONYMAIL_SERVER_VERSION = '81c2aaf'