From fe6afa8967c05db385b14ea3585b5db0173e18f1 Mon Sep 17 00:00:00 2001 From: Paul Brossier Date: Tue, 3 Dec 2013 12:18:56 -0500 Subject: [PATCH] scripts/timeside-launch: fix default graph output format --- scripts/timeside-launch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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", -- 2.39.5