We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5aff0c commit e97872eCopy full SHA for e97872e
pythonforandroid/bootstraps/common/build/build.py
@@ -86,10 +86,12 @@ def get_bootstrap_name():
86
environment = jinja2.Environment(loader=jinja2.FileSystemLoader(
87
join(curdir, 'templates')))
88
89
+
90
def ensure_dir(path):
91
if not exists(path):
92
makedirs(path)
93
94
95
def render(template, dest, **kwargs):
96
'''Using jinja2, render `template` to the filename `dest`, supplying the
97
0 commit comments