Remove default for output-flag

default still set through config-defaults, though
Providing a default here suppressed config-option "output"
This commit is contained in:
Thor77 2016-09-22 15:28:42 +02:00
parent d1627d369f
commit 3a1d51a60b
1 changed files with 1 additions and 1 deletions

View File

@ -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',