From 44bf02d8722b2bb2c6147a06f68cded7fa6f1e9f Mon Sep 17 00:00:00 2001 From: Damien Elmes Date: Mon, 4 Jul 2016 18:06:08 +1000 Subject: [PATCH] quieten beautifulsoup warning --- aqt/errors.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/aqt/errors.py b/aqt/errors.py index 7508a67ae..5a01f2db1 100644 --- a/aqt/errors.py +++ b/aqt/errors.py @@ -70,6 +70,8 @@ Anki manual for more information.""") "other programs are not using the audio device.")) if "invalidTempFolder" in error: return showWarning(self.tempFolderMsg()) + if "Beautiful Soup is not an HTTP client" in error: + return if "disk I/O error" in error: return showWarning(_("""\ An error occurred while accessing the database.