mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 12:54:40 +01:00
modified docstring
This commit is contained in:
parent
4b742faddd
commit
771ba3e966
1 changed files with 3 additions and 3 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue