mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-04-13 13:53:07 +00:00
use possibly-overriden stderr
This commit is contained in:
parent
6ee5c75880
commit
70459cfbf1
@ -198,7 +198,7 @@ def add_grid_manager_cert(options):
|
||||
options['name'],
|
||||
cert_path.path,
|
||||
)
|
||||
print(msg, file=options.parent.parent.stderr)
|
||||
print(msg, file=options.stderr)
|
||||
return 1
|
||||
|
||||
config.set_config("storage", "grid_management", "True")
|
||||
@ -210,7 +210,7 @@ def add_grid_manager_cert(options):
|
||||
|
||||
cert_count = len(config.enumerate_section("grid_manager_certificates"))
|
||||
print("There are now {} certificates".format(cert_count),
|
||||
file=options.parent.parent.stderr)
|
||||
file=options.stderr)
|
||||
|
||||
return 0
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user