From: Thomas Fillon Date: Tue, 15 Oct 2013 22:55:43 +0000 (+0200) Subject: Fix bug in Vamp Simple host analyzer - III X-Git-Tag: 0.5.0~12 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=c559b33d9960725270e2838d905ed5c69d2167b6;p=timeside.git Fix bug in Vamp Simple host analyzer - III --- diff --git a/timeside/analyzer/vamp_plugin.py b/timeside/analyzer/vamp_plugin.py index f0f7c5c..057ffa5 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 (None, None, None) + return ([], [], []) # Parse stderr to get blocksize and stepsize blocksize_info = stderr[4]