Skip to content

Commit

Permalink
logger
Browse files Browse the repository at this point in the history
  • Loading branch information
luiztauffer committed Jan 15, 2024
1 parent ffe1cd6 commit 517d23d
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,8 @@ def postprocess(
logger.info("[Postprocessing] \tComputing quality metrics")
_ = sqm.compute_quality_metrics(waveform_extractor, **postprocessing_params.quality_metrics.model_dump())

# cleanup
# Cleanup
logger.info("[Postprocessing] \tCleaning up")
shutil.rmtree(tmp_folder)

return waveform_extractor

0 comments on commit 517d23d

Please sign in to comment.