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


The following commit(s) were added to refs/heads/master by this push:
     new cb5d494  No such parameter
cb5d494 is described below

commit cb5d494019bcbcb89dcf994a9668c4ad5d029712
Author: Sebb <[email protected]>
AuthorDate: Sat Jan 15 00:11:28 2022 +0000

    No such parameter
    
    So clearly it cannot have been used!
---
 tools/import-mbox.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/import-mbox.py b/tools/import-mbox.py
index d943454..26d68be 100755
--- a/tools/import-mbox.py
+++ b/tools/import-mbox.py
@@ -107,7 +107,7 @@ def bulk_insert(name, json, xes, dbindex, wc="quorum"):
             }
         )
     try:
-        xes.bulk(js_arr, ignore=404)
+        xes.bulk(js_arr)
     #       print("%s: Inserted %u entries into %s" % (name, 
len(js_arr),dbindex))
     except Exception as err:
         print("%s: Warning: Could not bulk insert: %s into %s" % (name, err, 
dbindex))

Reply via email to