Fix typo in args_to_config

This commit is contained in:
Matthias 2019-04-24 22:08:56 +02:00
parent b4630c403d
commit 22eb6cb5fa
1 changed files with 1 additions and 1 deletions

View File

@ -210,7 +210,7 @@ class Configuration(object):
return datadir
def _args_to_config(self, config: Dict[str, Any], argname: str,
logstring: str, logfun=Optional[Callable]) -> None:
logstring: str, logfun: Optional[Callable] = None) -> None:
"""
:param config: Configuration dictionary
:param argname: Argumentname in self.args - will be copied to config dict.