mirror of
https://github.com/certbot/certbot.git
synced 2026-06-04 06:15:36 -04:00
Further document check_output
This commit is contained in:
parent
5beaae3b65
commit
4715b2b12c
1 changed files with 3 additions and 0 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in a new issue