PTU5KAS/kas
Daniel Wagner 8a87f09c70 repos: Raise exception if attribute is unknown in __getattr__
pylint reports

R: 52, 4: Either all return statements in a function should return an expression, or none of them should. (inconsistent-return-statements)

According the Python documentation we should raise AttributeError
if the key is unknown.

Signed-off-by: Daniel Wagner <daniel.wagner@siemens.com>
2018-01-02 14:26:46 +01:00
..
__init__.py config: Added schema validation for configuration files 2017-10-13 14:11:10 +02:00
__main__.py entry: Consistently call python3 2017-08-31 22:31:41 +02:00
__version__.py Release 0.15.0 2017-12-06 16:47:28 +01:00
build.py config: Implemented multi-target support 2017-10-13 14:11:00 +02:00
config.py config: support "gentoo" as a known distro 2018-01-02 12:59:30 +01:00
configschema.py implementation of environment variable passthrough 2017-11-24 10:19:12 +01:00
includehandler.py includehandler: Fix string formating issue 2018-01-02 14:26:46 +01:00
kas.py kas: added version output when starting kas 2017-10-19 17:15:26 +02:00
libcmds.py libcmds: create directory before open in case it is not there 2018-01-02 12:59:30 +01:00
libkas.py git: allow an empty refspec even when using version control 2018-01-02 14:26:36 +01:00
repos.py repos: Raise exception if attribute is unknown in __getattr__ 2018-01-02 14:26:46 +01:00
shell.py config: Implemented multi-target support 2017-10-13 14:11:00 +02:00