Fix asciidoc2html path in build_release.py.
This commit is contained in:
parent
83efd6c33f
commit
ffe6411a5a
@ -43,7 +43,7 @@ def call_script(name, *args, python=sys.executable):
|
|||||||
*args: The arguments to pass.
|
*args: The arguments to pass.
|
||||||
python: The python interpreter to use.
|
python: The python interpreter to use.
|
||||||
"""
|
"""
|
||||||
path = os.path.join(os.path.dirname(__file__), name)
|
path = os.path.join(os.path.dirname(__file__), os.pardir, name)
|
||||||
subprocess.check_call([python, path] + list(args))
|
subprocess.check_call([python, path] + list(args))
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user