remove sys.exit from banner

Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
remotes/origin/feature_files_export
Nico Schottelius 14 years ago
parent cabb5b9ab0
commit e985c0d697
  1. 1
      lib/cdist/banner.py

@ -30,4 +30,3 @@ log = logging.getLogger(__name__)
def banner(args):
"""Guess what :-)"""
print(cdist.BANNER)
sys.exit(0)

Loading…
Cancel
Save