Turn off capturing
This commit is contained in:
parent
15e9b2907d
commit
734f4b31cb
@ -30,7 +30,7 @@ def update_ca_certs():
|
||||
"""
|
||||
Updates the CA certificate cache on the current machine.
|
||||
"""
|
||||
util.subp(["update-ca-certificates"])
|
||||
util.subp(["update-ca-certificates"], capture=False)
|
||||
|
||||
|
||||
def add_ca_certs(paths, certs):
|
||||
|
Loading…
x
Reference in New Issue
Block a user