From bf5cb5c03067b298ba28d6bb50639a5018100617 Mon Sep 17 00:00:00 2001 From: Chidi Williams Date: Fri, 27 Jan 2023 23:42:09 +0000 Subject: [PATCH] Log exception --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index d8c7114d..6f9db03f 100644 --- a/Makefile +++ b/Makefile @@ -38,7 +38,7 @@ clean: rm -f $(LIBWHISPER) rm -f whisper_cpp rm -f buzz/whisper_cpp.py - rm -rf dist/* || true + rm -rf dist || true test: buzz/whisper_cpp.py translation_mo pytest -vv --cov=buzz --cov-report=xml --cov-report=html