remove sys.exit from banner
Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
This commit is contained in:
parent
cabb5b9ab0
commit
e985c0d697
1 changed files with 0 additions and 1 deletions
|
@ -30,4 +30,3 @@ log = logging.getLogger(__name__)
|
|||
def banner(args):
|
||||
"""Guess what :-)"""
|
||||
print(cdist.BANNER)
|
||||
sys.exit(0)
|
||||
|
|
Loading…
Reference in a new issue