Fix fd argument allocation in out and err Printer methods
The fd default argument in the out and err fonction causes bad issues because it was initialized when the class was instanciated. Consequently this patch set the default argument to None and permit you to change the stdout and stderr file descriptor without causing troubles
Loading
Please register or sign in to comment