Fix pylint issue
This commit is contained in:
parent
ad8cf371b8
commit
798cae51d4
@ -184,7 +184,8 @@ class AsciiDoc:
|
||||
with open(modified_src, 'w+', encoding='utf-8') as final_version:
|
||||
final_version.write(title + "\n\n" + header + current_lines)
|
||||
|
||||
self.call(modified_src, dst, '--theme=qute', '-a toc', '-a toc-placement=manual')
|
||||
asciidoc_args = ['--theme=qute', '-a toc', '-a toc-placement=manual']
|
||||
self.call(modified_src, dst, *asciidoc_args)
|
||||
|
||||
def _build_website(self):
|
||||
"""Prepare and build the website."""
|
||||
|
Loading…
Reference in New Issue
Block a user