correct type
This commit is contained in:
parent
7ff865e274
commit
cd626b1fb7
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…
Reference in a new issue