8000 flake8 compliance · pygame/python-for-android@e97872e · GitHub
[go: up one dir, main page]

Skip to content

Commit e97872e

Browse files
author
Robert Pfeiffer
committed
flake8 compliance
1 parent e5aff0c commit e97872e

File tree

1 file changed

+2
-0
lines changed
  • pythonforandroid/bootstraps/common/build

1 file changed

+2
-0
lines changed

pythonforandroid/bootstraps/common/build/build.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,10 +86,12 @@ def get_bootstrap_name():
8686
environment = jinja2.Environment(loader=jinja2.FileSystemLoader(
8787
join(curdir, 'templates')))
8888

89+
8990
def ensure_dir(path):
9091
if not exists(path):
9192
makedirs(path)
9293

94+
9395
def render(template, dest, **kwargs):
9496
'''Using jinja2, render `template` to the filename `dest`, supplying the
9597

0 commit comments

Comments
 (0)
0