modified docstring

This commit is contained in:
iLLiCiTiT 2020-10-16 11:07:41 +02:00
parent 4b742faddd
commit 771ba3e966

View file

@ -87,10 +87,10 @@ def _subprocess(*args, **kwargs):
Entered arguments and keyword arguments are passed to subprocess Popen.
Args:
logger (logging.Logger): Logger object if want to use different than
lib's logger.
*args: Variable length arument list passed to Popen.
**kwargs : Arbitary keyword arguments passed to Popen.
**kwargs : Arbitary keyword arguments passed to Popen. Is possible to
pass `logging.Logger` object under "logger" if want to use
different than lib's logger.
Returns:
str: Full output of subprocess concatenated stdout and stderr.