Revert "Convert SSL error to string (from tuple) before displaying the error."

This reverts commit cf6c189bd9.
This commit is contained in:
Greg Neagle
2014-06-16 15:35:26 -07:00
parent 6203226244
commit 31ede658b6
+1 -1
View File
@@ -188,7 +188,7 @@ def get_url(url, destinationpath,
connection.error.localizedDescription())
if connection.SSLerror:
munkicommon.display_detail(
'SSL error detail: %s' % str(connection.SSLerror))
'SSL error detail: %s' % connection.SSLerror)
munkicommon.display_detail('Headers: %s', connection.headers)
if os.path.exists(tempdownloadpath) and not resume:
os.remove(tempdownloadpath)