typo
This commit is contained in:
parent
cd626b1fb7
commit
7188aa1904
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@ command_logger = CommandLogger()
|
|||
|
||||
|
||||
def shprint(command, *args, **kwargs):
|
||||
command_logger.log(*(command) + args, **kwargs)
|
||||
command_logger.log(*(command,) + args, **kwargs)
|
||||
kwargs["_iter"] = True
|
||||
kwargs["_out_bufsize"] = 1
|
||||
kwargs["_err_to_out"] = True
|
||||
|
|
Loading…
Add table
Reference in a new issue