diff --git a/bob/bio/base/script/annotate.py b/bob/bio/base/script/annotate.py index 35f3f16d6743d6743726d5bc2b3dc85226e71ab0..06b695f37f4c82e114adfbad660ef4ddfd3cec33 100644 --- a/bob/bio/base/script/annotate.py +++ b/bob/bio/base/script/annotate.py @@ -83,7 +83,8 @@ def annotate(database, annotator, output_dir, force, array, **kwargs): continue logger.info( - "Extracting annotations for sample %d out of %d", i + 1, total) + "Extracting annotations for sample %d out of %d: %s", i + 1, total, + outpath) data = annotator.read_original_data( biofile, database.original_directory, database.original_extension) annot = annotator(data)