Remove empty except (#887)

This commit is contained in:
josephbiko
2018-07-09 20:54:43 +02:00
committed by Lonami
parent 4328663c78
commit e6981e7676
4 changed files with 17 additions and 8 deletions

View File

@@ -36,7 +36,7 @@ def report_error(code, message, report_method):
)
url.read()
url.close()
except:
except Exception as e:
"We really don't want to crash when just reporting an error"