From 590a6b526987f08f8b8160bce83c83aab0076a6e Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Tue, 28 Aug 2018 21:00:25 +1000 Subject: Cleanup: pep8 --- doc/python_api/rst_from_bmesh_opdefines.py | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'doc/python_api/rst_from_bmesh_opdefines.py') diff --git a/doc/python_api/rst_from_bmesh_opdefines.py b/doc/python_api/rst_from_bmesh_opdefines.py index 8357d063429..d9e2f7f12e7 100644 --- a/doc/python_api/rst_from_bmesh_opdefines.py +++ b/doc/python_api/rst_from_bmesh_opdefines.py @@ -76,8 +76,10 @@ def main(): for l in fsrc: l = l[:-1] # weak but ok - if ((("BMOpDefine" in l and l.split()[1] == "BMOpDefine") and "bmo_opdefines[]" not in l) or - ("static BMO_FlagSet " in l)): + if ( + (("BMOpDefine" in l and l.split()[1] == "BMOpDefine") and "bmo_opdefines[]" not in l) or + ("static BMO_FlagSet " in l) + ): is_block = True block_ctx = [] blocks.append((comment_ctx, block_ctx)) -- cgit v1.2.3