mirror of
https://github.com/certbot/certbot.git
synced 2026-07-28 00:35:50 +02:00
Further document check_output
This commit is contained in:
@@ -27,6 +27,9 @@ def check_output(*args, **kwargs):
|
||||
:returns: data printed to stdout
|
||||
:rtype: str
|
||||
|
||||
:raises ValueError: if arguments are invalid
|
||||
:raises subprocess.CalledProcessError: if the command fails
|
||||
|
||||
"""
|
||||
for keyword in ('stdout', 'universal_newlines',):
|
||||
if keyword in kwargs:
|
||||
|
||||
Reference in New Issue
Block a user