From 25836a77cfc8719d43ede67096d596cc9211a9e7 Mon Sep 17 00:00:00 2001 From: Graeme Humphries Date: Fri, 16 Mar 2012 23:11:51 -0700 Subject: [PATCH] Remove unnecessary error message. --- crussh.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/crussh.py b/crussh.py index 9749542..48ee762 100755 --- a/crussh.py +++ b/crussh.py @@ -248,8 +248,7 @@ class CruSSH: # load existing config file, if present try: self.Config = json.load(open(os.path.expanduser('~/.crusshrc'))) - except Exception as e: - print(e) + except: pass # init all terminals