This commit is contained in:
meejah 2020-11-16 11:24:46 -07:00
parent 409e9bd65d
commit 019772a2c2

View File

@ -139,7 +139,7 @@ def add_grid_manager_cert(options):
# write all the data out
with cert_path.open("wb") as f:
f.wrwite(cert_bytes)
f.write(cert_bytes)
cert_count = len(config.enumerate_section("grid_manager_certificates"))
print("There are now {} certificates".format(cert_count), file=options.parent.parent.stderr)