From 3d699bb357ce28b6d2f1f0029daf10ce616536aa Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Wed, 29 May 2013 07:59:14 +0530 Subject: [PATCH] oops --- setup/git_pre_commit_hook.py | 1 - 1 file changed, 1 deletion(-) diff --git a/setup/git_pre_commit_hook.py b/setup/git_pre_commit_hook.py index 46899c2201..cd06faf6c4 100755 --- a/setup/git_pre_commit_hook.py +++ b/setup/git_pre_commit_hook.py @@ -75,7 +75,6 @@ def main(): f.seek(0) f.truncate() f.write(msg.encode('utf-8')) - raise SystemExit(1) if __name__ == '__main__': main()