From: Thomas Fillon Date: Tue, 15 Oct 2013 22:52:17 +0000 (+0200) Subject: Fix bug in Vamp Simple host analyzer - II X-Git-Tag: 0.5.0~14 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=a483d0b860b5d21b7eb210aef120982ff788d6e4;p=timeside.git Fix bug in Vamp Simple host analyzer - II --- diff --git a/timeside/analyzer/vamp_plugin.py b/timeside/analyzer/vamp_plugin.py index 3e8278c..f0f7c5c 100644 --- a/timeside/analyzer/vamp_plugin.py +++ b/timeside/analyzer/vamp_plugin.py @@ -123,7 +123,7 @@ class VampSimpleHost(Analyzer): res = stdout[8:] # stdout containg the feature data if len(res) == 0: - return + return (None, None, None) # Parse stderr to get blocksize and stepsize blocksize_info = stderr[4]