Remove unnecessary error message.
This commit is contained in:
parent
492dbeadc1
commit
25836a77cf
1 changed files with 1 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue