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 1da5c77 commit efaf69fCopy full SHA for efaf69f
1 file changed
tasks.py
@@ -23,7 +23,7 @@ def download_libzim(c, version=""):
23
24
@task
25
def build_ext(c):
26
- """ build extension to use locally (devel, tests)"""
+ """build extension to use locally (devel, tests)"""
27
c.run("PROFILE=1 python setup.py build_ext -i")
28
29
0 commit comments