From f654f10d0d3be0c3c65e80ba9f056f239d94c2cf Mon Sep 17 00:00:00 2001 From: Dimitri Fontaine Date: Tue, 20 Oct 2015 23:56:20 +0200 Subject: [PATCH] Fix CSV summary format string. This got broken when adding read/write separate stats in the reporting. --- src/utils/report.lisp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/utils/report.lisp b/src/utils/report.lisp index bde0f28..570c641 100644 --- a/src/utils/report.lisp +++ b/src/utils/report.lisp @@ -37,7 +37,7 @@ :header-line "~*~*" :header-tname-format "~&~*~s;" :header-stats-format "~s;~s;~s;~s~*~*" - :header-cols-format "~&~*~s;~s;~s;~s;~s;~s;~s" + :header-cols-format "~&~*~s;~s;~s;~s;~s" :header-cols-names ("table name" "read" "imported" "errors" "time"))) (:copy