Remove unnecessary error message.
This commit is contained in:
parent
492dbeadc1
commit
25836a77cf
@ -248,8 +248,7 @@ class CruSSH:
|
|||||||
# load existing config file, if present
|
# load existing config file, if present
|
||||||
try:
|
try:
|
||||||
self.Config = json.load(open(os.path.expanduser('~/.crusshrc')))
|
self.Config = json.load(open(os.path.expanduser('~/.crusshrc')))
|
||||||
except Exception as e:
|
except:
|
||||||
print(e)
|
|
||||||
pass
|
pass
|
||||||
|
|
||||||
# init all terminals
|
# init all terminals
|
||||||
|
Loading…
Reference in New Issue
Block a user