mirror of
https://github.com/mtrojnar/osslsigncode.git
synced 2025-04-04 17:00:11 -05:00
Diagnostic formatting improvements
This commit is contained in:
parent
e4d471b885
commit
a53bd2bdb3
@ -21,7 +21,7 @@ def download_cert(hash):
|
|||||||
stderr.flush()
|
stderr.flush()
|
||||||
return resp.content.decode('utf-8')
|
return resp.content.decode('utf-8')
|
||||||
except RequestException as e:
|
except RequestException as e:
|
||||||
print('\nAn error occurred:', e, file=stderr)
|
print(f'\n{e}', file=stderr)
|
||||||
print('\nGiving up on', hash, file=stderr)
|
print('\nGiving up on', hash, file=stderr)
|
||||||
|
|
||||||
resp = get('https://ccadb-public.secure.force.com/microsoft/IncludedCACertificateReportForMSFTCSV')
|
resp = get('https://ccadb-public.secure.force.com/microsoft/IncludedCACertificateReportForMSFTCSV')
|
||||||
@ -34,3 +34,4 @@ with ThreadPoolExecutor(max_workers=5) as executor:
|
|||||||
for cert in certs:
|
for cert in certs:
|
||||||
if cert is not None:
|
if cert is not None:
|
||||||
print(cert)
|
print(cert)
|
||||||
|
print('\nDone', file=stderr)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user