Silence pylint

This commit is contained in:
Kristóf Tóth 2018-12-14 17:25:54 +01:00
parent 652d02eaa5
commit fddf7d9dba
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ class PipeReaderThread(Thread):
break
try:
self._message_handler(message)
except:
except: # pylint: disable=bare-except
print_exc()
kill(getpid(), SIGTERM)