mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-05 15:00:30 +03:00
code formatting: black --skip-string-normalization --line-length 100
This commit is contained in:
parent
7f458f8f8c
commit
08cde5c2e6
5 changed files with 21 additions and 20 deletions
|
|
@ -33,6 +33,7 @@ import threading
|
|||
|
||||
class Tail(object):
|
||||
''' Represents a tail command. '''
|
||||
|
||||
def __init__(self, tailed_file):
|
||||
''' Initiate a Tail instance.
|
||||
Check for file validity, assigns callback function to standard out.
|
||||
|
|
@ -95,7 +96,6 @@ class Tail(object):
|
|||
|
||||
|
||||
class TailError(Exception):
|
||||
|
||||
def __init__(self, msg):
|
||||
self.message = msg
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue