neuronsimulator / nrn-modeldb-ci

NEURON ModelDB CI tools
BSD 3-Clause "New" or "Revised" License
4 stars 3 forks source link

fix bug in report.py #87

Closed ctrl-z-9000-times closed 1 year ago

ctrl-z-9000-times commented 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.