Fix pylint warnings

This commit is contained in:
Jochen Sprickerhof 2022-03-29 15:28:31 +02:00
parent ff44488a42
commit a872d8688d
6 changed files with 12 additions and 2 deletions

View file

@ -105,6 +105,7 @@ class Tail(object):
class TailError(Exception):
def __init__(self, msg):
super().__init__()
self.message = msg
def __str__(self):