Sat, 16 Feb 2013 16:03:17 +0100
Correct the last change.
install.py | file | annotate | diff | comparison | revisions |
diff -r c5a0bc75d5b6 -r d3bf4def72d7 install.py --- a/install.py Sat Feb 16 16:00:16 2013 +0100 +++ b/install.py Sat Feb 16 16:03:17 2013 +0100 @@ -1088,7 +1088,7 @@ cleanUp() except (IOError, OSError) as msg: sys.stderr.write('IOError: {0}\nTry install as root.\n'.format(msg)) - return(7) + exit(7) # Create a config file and delete the default one createConfig()