Big change iin the data model, and a first version of obiuniq

This commit is contained in:
2022-02-21 19:00:23 +01:00
parent 9737f97084
commit 2e7c1834b0
43 changed files with 664 additions and 440 deletions

View File

@@ -31,11 +31,12 @@ func WriterDispatcher(prototypename string,
}
out, err := formater(data,
fmt.Sprintf(prototypename, newflux),
fmt.Sprintf(prototypename, dispatcher.Classifier().Value(newflux)),
options...)
if err != nil {
log.Fatalf("cannot open the output file for key %d", newflux)
log.Fatalf("cannot open the output file for key %s",
dispatcher.Classifier().Value(newflux))
}
out.Recycle()