CSV result: trim class names
praqma-thi opened this issue · 1 comments
praqma-thi commented
CSV result: trim class names
praqma-thi commented
The Jenkins pipeline stores a CSV file of the simulation results, but newlines sneaks in at inappropriate places.
Currently:
winner,count
class graze.actor.imp.SmartCow
,100
Desired:
winner,wins
class graze.actor.imp.SmartCow,100