fio2gnuplot: Print line if int() conversion fails
authorErwan Velu <erwan@enovance.com>
Thu, 1 Aug 2013 11:41:02 +0000 (13:41 +0200)
committerErwan Velu <erwan@enovance.com>
Mon, 5 Aug 2013 15:09:59 +0000 (17:09 +0200)
commit32deaac975b42586e329c1d280c2afedd095b153
treea70f10f5ec6626fa9a65e45babba70a34eaf8fdc
parent4ff1f2d08b89a84223bff6310db7a18946c42ecd
fio2gnuplot: Print line if int() conversion fails

When data aren't properly formated the int() conversion could fails but
doesn't print the impacted line which is pretty difficult to estimate
where the bug is.

This patch simply reports the line that cause the trouble.
tools/plot/fio2gnuplot.py