From: Paul Brossier Date: Tue, 3 Dec 2013 17:18:56 +0000 (-0500) Subject: scripts/timeside-launch: fix default graph output format X-Git-Tag: 0.5.2~10^2 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=fe6afa8967c05db385b14ea3585b5db0173e18f1;p=timeside.git scripts/timeside-launch: fix default graph output format --- diff --git a/scripts/timeside-launch b/scripts/timeside-launch index 0943384..e23ca05 100755 --- a/scripts/timeside-launch +++ b/scripts/timeside-launch @@ -89,7 +89,7 @@ def parse_args(): parser.add_option("-I", "--images-formats", action = "store", dest = "i_formats", type = str, help = "list of graph output formats for the analyzers results", - default = 'yaml', + default = 'png', metavar = "") parser.add_option("-o", "--ouput-directory", action = "store",