Hide popup for Python 3.7 pointless SSLError
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user