catch another full disk error

This commit is contained in:
Damien Elmes 2019-04-23 10:19:05 +10:00
parent eef86bf37e
commit ed0fae3c0c

View file

@ -80,7 +80,7 @@ your system's temporary folder may be incorrect.""")
return showWarning(self.tempFolderMsg())
if "Beautiful Soup is not an HTTP client" in error:
return
if "database or disk is full" in error:
if "database or disk is full" in error or "Errno 28" in error:
return showWarning(_("Your computer's storage may be full. Please delete some unneeded files, then try again."))
if "disk I/O error" in error:
return showWarning(_("""\