quieten beautifulsoup warning

This commit is contained in:
Damien Elmes 2016-07-04 18:06:08 +10:00
parent ef89a0dadd
commit 44bf02d872

View file

@ -70,6 +70,8 @@ Anki manual for more information.""")
"other programs are not using the audio device.")) "other programs are not using the audio device."))
if "invalidTempFolder" in error: if "invalidTempFolder" in error:
return showWarning(self.tempFolderMsg()) return showWarning(self.tempFolderMsg())
if "Beautiful Soup is not an HTTP client" in error:
return
if "disk I/O error" in error: if "disk I/O error" in error:
return showWarning(_("""\ return showWarning(_("""\
An error occurred while accessing the database. An error occurred while accessing the database.