-
Matthieu Gonnet authored
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
Matthieu Gonnet authoredThe 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