Hide popup for Python 3.7 pointless SSLError

This commit is contained in:
miruka
2020-06-02 19:07:12 -04:00
parent 283d2235dc
commit fdaf7089ab
3 changed files with 14 additions and 12 deletions

View File

@@ -62,10 +62,7 @@ QtObject {
console.error(`python: ${sourceIndication}\n${traceback}`)
if (window.hideErrorTypes.has(type)) {
console.info(
"Not showing GUI popup for error type " + type +
"due to user choice"
)
console.info("Not showing popup for ignored error type " + type)
return
}