We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e20cf71 commit 6688c81Copy full SHA for 6688c81
1 file changed
Exscript/protocols/drivers/one_os.py
@@ -50,9 +50,8 @@ def init_terminal(self, conn):
50
# TERMINAL WIDTH ONEOS5
51
try:
52
conn.execute('stty columns 255')
53
- except:
+ except Exception:
54
pass
55
-
56
57
def auto_authorize(self, conn, account, flush, bailout):
58
conn.send('enable\r')
0 commit comments