A couple of pylint changes

This commit is contained in:
Michael Lazar
2017-03-28 23:18:13 -07:00
parent e37904fba5
commit 13e9fd9b10
5 changed files with 5 additions and 6 deletions

View File

@@ -58,7 +58,6 @@ def curses_session():
curses.start_color()
except:
_logger.warning('Curses failed to initialize color support')
pass
# Hide the blinking cursor
try: