pylint: disable too-many-statements
This commit is contained in:
parent
b9240924d2
commit
401f71236d
@ -88,7 +88,7 @@ class AsciiDoc:
|
|||||||
|
|
||||||
def _build_website_file(self, root, filename):
|
def _build_website_file(self, root, filename):
|
||||||
"""Build a single website file."""
|
"""Build a single website file."""
|
||||||
# pylint: disable=too-many-locals
|
# pylint: disable=too-many-locals,too-many-statements
|
||||||
src = os.path.join(root, filename)
|
src = os.path.join(root, filename)
|
||||||
src_basename = os.path.basename(src)
|
src_basename = os.path.basename(src)
|
||||||
parts = [self._args.website[0]]
|
parts = [self._args.website[0]]
|
||||||
|
Loading…
Reference in New Issue
Block a user