From 179acaa3c308c29508e1e3ab9154d199f1d3a7aa Mon Sep 17 00:00:00 2001 From: Thomas Fillon Date: Fri, 3 Oct 2014 15:08:29 +0200 Subject: [PATCH] fix(limsi_sad): fix the last fix --- timeside/analyzer/limsi_sad.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/timeside/analyzer/limsi_sad.py b/timeside/analyzer/limsi_sad.py index 5844170..cfc1612 100644 --- a/timeside/analyzer/limsi_sad.py +++ b/timeside/analyzer/limsi_sad.py @@ -152,7 +152,7 @@ class LimsiSad(Analyzer): try: yaafe_analyzer = get_processor('yaafe') except timeside.exceptions.PIDError as e: - raise ImportError(e + '.yaafelib must be missing') + raise ImportError(e.message + '.yaafelib must be missing') self.parents['yaafe'] = yaafe_analyzer(feature_plan=feature_plan, input_samplerate=16000) -- 2.39.5