PTU5KAS/kas
Jan Kiszka adb4007482 libkas: Do not sys.exit from a coroutine
That only creates exceptions and complaints if more routines are running
or we are already in the exiting process. Rather leave the coroutine and
catch the error on the waiting end.

Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
2017-06-29 09:09:36 +02:00
..
__init__.py Implement file version and a check when using it 2017-06-21 17:30:51 +02:00
__main__.py run pylint3 and fixed report 2017-06-21 17:30:51 +02:00
__version__.py Implement file version and a check when using it 2017-06-21 17:30:51 +02:00
build.py Added and fixed documentation for kas command line 2017-06-28 15:12:15 +02:00
config.py Fixed issues that occured with pylint 1.7.2 2017-06-28 15:10:14 +02:00
includehandler.py Fixed issues that occured with pylint 1.7.2 2017-06-28 15:10:14 +02:00
kas.py Fix pylint warning about unused paramater 2017-06-28 15:14:45 +02:00
libcmds.py libkas: Rework repo_fetch to parallelized repos_fetch 2017-06-28 14:51:29 +02:00
libkas.py libkas: Do not sys.exit from a coroutine 2017-06-29 09:09:36 +02:00
repos.py Fixed issues that occured with pylint 1.7.2 2017-06-28 15:10:14 +02:00
shell.py Added and fixed documentation for kas command line 2017-06-28 15:12:15 +02:00