tbarbette / npf

Network Performance Framework: easy-to-use experiment manager with automated testing, result collection, and graphing
GNU General Public License v3.0
38 stars 15 forks source link

Database escape fix #46

Closed supercoolin closed 8 months ago

supercoolin commented 9 months ago

When the experiments results are saved to a file, some characters are escaped using this character: '\' Unfortunately, it is escaped each time a new record is written to the results file. This would result in a results file getting much more bigger and less readable than it should be. These commits fix this by removing the '\' characters first if needed.