diff --git a/scripts/csl2xsb/CSL2XSB.py b/scripts/csl2xsb/CSL2XSB.py index 1bfd76a71..9d0110b26 100644 --- a/scripts/csl2xsb/CSL2XSB.py +++ b/scripts/csl2xsb/CSL2XSB.py @@ -395,7 +395,7 @@ while True: UserWantsIt = input ('Answer "y" or "n": ') if UserWantsIt.upper() == 'N': print ('You answered "N", so we exit without doing anything. Try "python CSL2XSBpy -h" for help.') - exit() + sys.exit() if UserWantsIt.upper() == 'Y': break