mirror of
https://github.com/ankitects/anki.git
synced 2025-09-21 07:22:23 -04:00
quieten beautifulsoup warning
This commit is contained in:
parent
ef89a0dadd
commit
44bf02d872
1 changed files with 2 additions and 0 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue