Skip to content
Snippets Groups Projects
Commit ba36a5cf authored by Tiago de Freitas Pereira's avatar Tiago de Freitas Pereira
Browse files

Fixed extension of score writer

parent 523e4e28
No related branches found
No related tags found
2 merge requests!185Wrappers and aggregators,!180[dask] Preparing bob.bio.base for dask pipelines
......@@ -34,7 +34,7 @@ class FourColumnsScoreWriter(ScoreWriter):
)
for biometric_reference in probe
]
filename = os.path.join(path, probe.subject)
filename = os.path.join(path, probe.subject) + ".txt"
open(filename, "w").writelines(lines)
checkpointed_scores.append(
SampleSet(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment