From 3a1d51a60bab159401b515908f0c77ab0395dde4 Mon Sep 17 00:00:00 2001 From: Thor77 Date: Thu, 22 Sep 2016 15:28:42 +0200 Subject: [PATCH] Remove default for output-flag default still set through config-defaults, though Providing a default here suppressed config-option "output" --- tsstats/__main__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsstats/__main__.py b/tsstats/__main__.py index ac72df3..961b646 100644 --- a/tsstats/__main__.py +++ b/tsstats/__main__.py @@ -31,7 +31,7 @@ def cli(): ) parser.add_argument( '-o', '--output', - type=str, help='path to the output-file', default='stats.html' + type=str, help='path to the output-file' ) parser.add_argument( '-d', '--debug',