mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-06 15:30:28 +03:00
Fix pylint warnings
This commit is contained in:
parent
ff44488a42
commit
a872d8688d
6 changed files with 12 additions and 2 deletions
|
|
@ -105,6 +105,7 @@ class Tail(object):
|
|||
|
||||
class TailError(Exception):
|
||||
def __init__(self, msg):
|
||||
super().__init__()
|
||||
self.message = msg
|
||||
|
||||
def __str__(self):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue