From cd17b3258327522b8c6f56a3ee7239a91f2be149 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Thu, 5 Jul 2018 07:53:21 +0200 Subject: Cleanup: pep8 --- doc/python_api/sphinx_doc_update.py | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'doc') diff --git a/doc/python_api/sphinx_doc_update.py b/doc/python_api/sphinx_doc_update.py index d43806d128a..af44137aca4 100755 --- a/doc/python_api/sphinx_doc_update.py +++ b/doc/python_api/sphinx_doc_update.py @@ -107,9 +107,11 @@ def main(): with tempfile.TemporaryDirectory() as tmp_dir: # II) Generate doc source in temp dir. - doc_gen_cmd = (args.blender, "--background", "-noaudio", "--factory-startup", "--python-exit-code", "1", - "--python", "%s/doc/python_api/sphinx_doc_gen.py" % args.source_dir, "--", - "--output", tmp_dir) + doc_gen_cmd = ( + args.blender, "--background", "-noaudio", "--factory-startup", "--python-exit-code", "1", + "--python", "%s/doc/python_api/sphinx_doc_gen.py" % args.source_dir, "--", + "--output", tmp_dir + ) subprocess.run(doc_gen_cmd) # III) Get Blender version info. -- cgit v1.2.3