Skip to content

Commit 6688c81

Browse files
authored
remove linter issue
1 parent e20cf71 commit 6688c81

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

Exscript/protocols/drivers/one_os.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,8 @@ def init_terminal(self, conn):
5050
# TERMINAL WIDTH ONEOS5
5151
try:
5252
conn.execute('stty columns 255')
53-
except:
53+
except Exception:
5454
pass
55-
5655

5756
def auto_authorize(self, conn, account, flush, bailout):
5857
conn.send('enable\r')

0 commit comments

Comments
 (0)