diff options
Diffstat (limited to 'auto-auto-complete.py')
-rwxr-xr-x | auto-auto-complete.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/auto-auto-complete.py b/auto-auto-complete.py index 32445e2..84acdd9 100755 --- a/auto-auto-complete.py +++ b/auto-auto-complete.py @@ -49,7 +49,7 @@ Abort the program ''' def abort(text, returncode = 1): printerr('\033[01;31m%s\033[00m' % text) - sys.exit(returnvalue) + sys.exit(returncode) |