From d2823735526b3b6ca18d5ea549daff4fd4a673d3 Mon Sep 17 00:00:00 2001 From: Paul Brossier Date: Sun, 6 Nov 2005 11:18:51 +0000 Subject: [PATCH] make default mode be a list, make world executable make default mode be a list, make world executable --- python/aubiocut | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/aubiocut b/python/aubiocut index d5fdd0b5..b4af3c85 100755 --- a/python/aubiocut +++ b/python/aubiocut @@ -16,7 +16,7 @@ def parse_args(): action="store", dest="filename", help="input sound file") parser.add_option("-m","--mode", action="callback", - callback=check_onset_mode, dest="mode", default='dual', + callback=check_onset_mode, dest="mode", default=['dual'], help="onset detection mode [default=dual] \ complexdomain|hfc|phase|specdiff|energy|kl|mkl|dual") parser.add_option("-B","--bufsize", -- 2.11.0