Turn off capturing

This commit is contained in:
Joshua Harlow 2012-06-22 20:59:23 -07:00
parent 15e9b2907d
commit 734f4b31cb

View File

@ -30,7 +30,7 @@ def update_ca_certs():
""" """
Updates the CA certificate cache on the current machine. 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): def add_ca_certs(paths, certs):