Skip to content

Commit

Permalink
new record (newline) for each question
Browse files Browse the repository at this point in the history
Before there was a new record (newline) for each task.
  • Loading branch information
alex-rind committed Feb 3, 2016
1 parent f1da82a commit 33e75cd
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/evaluation/evalBench/io/CsvJournal.java
Expand Up @@ -164,11 +164,10 @@ public void recordTask(Task aTask) {
for (String str : configurationKeys) {
writeField(configuration.get(str));
}

writeEndOfRecord();
}



writeEndOfRecord();
} catch (Exception e) {// Catch exception if any
Logger.getLogger(CsvJournal.class).warn(
"Error writing journal to file.", e);
Expand Down

0 comments on commit 33e75cd

Please sign in to comment.