Closed ctrl-z-9000-times closed 1 year ago
The variable diff_out is supposed to be a string but it accidentally got split into a list of lines and it's never joined back into a string. This PR ensures that diff_out is always converted back into a string.
diff_out
The variable
diff_out
is supposed to be a string but it accidentally got split into a list of lines and it's never joined back into a string. This PR ensures thatdiff_out
is always converted back into a string.