mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-08-20 13:23:18 -07:00
Fix flake8-docstrings D200 One-line docstring should fit on one line with quotes
This commit is contained in:
parent
a8043d0259
commit
4dd58afaf6
3 changed files with 5 additions and 15 deletions
|
@ -111,9 +111,7 @@ class NTMRotatingLogHandler(object):
|
|||
self.close_log(old_handler)
|
||||
|
||||
def _config_handler(self):
|
||||
"""
|
||||
Configure a file handler to log at file_name and return it.
|
||||
"""
|
||||
"""Configure a file handler to log at file_name and return it."""
|
||||
|
||||
file_handler = logging.FileHandler(self.log_file_path, encoding='utf-8')
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue