Turn off capturing

This commit is contained in:
Joshua Harlow 2012-06-22 20:59:23 -07:00
parent 15e9b2907d
commit 734f4b31cb
1 changed files with 1 additions and 1 deletions

View File

@ -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):