From cc90e9e8624e4ff0c17c5d817ab57ab59c780891 Mon Sep 17 00:00:00 2001
From: Sebastien Luttringer <sebastien.luttringer@smartjog.com>
Date: Fri, 18 Nov 2011 15:10:53 +0100
Subject: [PATCH] error already exit with an error code

---
 bin/is | 1 -
 1 file changed, 1 deletion(-)

diff --git a/bin/is b/bin/is
index 8a320b7..fbf2803 100755
--- a/bin/is
+++ b/bin/is
@@ -551,7 +551,6 @@ try:
     args.func(p_main, args)
 except Exception as e:
     error(e)
-    exit(2)
 except KeyboardInterrupt:
     warn("Keyboard Interrupted")
     exit(1)
-- 
GitLab