correct type

This commit is contained in:
Robert Niederreiter 2016-11-02 14:09:45 +01:00
parent 7ff865e274
commit cd626b1fb7

View file

@ -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