Skip to content
Snippets Groups Projects
Commit 9f6cfcf0 authored by David Warnquist's avatar David Warnquist
Browse files

added windows path

parent e51b02a6
No related branches found
No related tags found
No related merge requests found
......@@ -13,6 +13,7 @@ import inspect
import re
sys.path.append('build/python-api-src')
sys.path.append('build/python-api-src/Release')
import library
def update_pyi_with_docstrings(pyi_path):
......@@ -75,5 +76,6 @@ def update_pyi_with_docstrings(pyi_path):
# Path to the generated .pyi file
pyi_file_path = 'build/python-api-src/library.pyi'
#pyi_file_path = 'build/python-api-src/library.pyi'
pyi_file_path = 'build/python-api-src/Release/library.pyi'
update_pyi_with_docstrings(pyi_file_path)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment