Parser should not have default

This commit is contained in:
Matthias 2019-09-14 11:15:51 +02:00
parent cd2336887c
commit 2a535b72ff

View File

@ -80,7 +80,7 @@ class Arguments:
return parsed_arg
def _build_args(self, optionlist, parser=None):
def _build_args(self, optionlist, parser):
for val in optionlist:
opt = AVAILABLE_CLI_OPTIONS[val]