mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-08-14 02:26:53 -07:00
Fix flake8-docstrings D205 1 blank line required between summary line and description
This commit is contained in:
parent
777bc7e35d
commit
1d7dba8aeb
4 changed files with 24 additions and 11 deletions
|
@ -127,8 +127,10 @@ class NTMRotatingLogHandler(object):
|
|||
|
||||
def _log_file_name(self, i):
|
||||
"""
|
||||
Returns a numbered log file name depending on i. If i==0 it just uses logName, if not it appends
|
||||
it to the extension (blah.log.3 for i == 3)
|
||||
Returns a numbered log file name depending on i.
|
||||
|
||||
If i==0 it just uses logName, if not it appends it to the extension
|
||||
e.g. (blah.log.3 for i == 3)
|
||||
|
||||
i: Log number to ues
|
||||
"""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue