Skip to content

Commit

Permalink
generate gui.run() properly (#1794)
Browse files Browse the repository at this point in the history
Co-authored-by: Fred Lefévère-Laoide <[email protected]>
  • Loading branch information
FredLL-Avaiga and Fred Lefévère-Laoide authored Sep 17, 2024
1 parent 404d1cc commit 9b3293e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/gui/generate_pyi.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
# ##################################################################################################
gui_py_file = "./taipy/gui/gui.py"
gui_pyi_file = f"{gui_py_file}i"
from taipy.config import Config # noqa: E402
from taipy.gui.config import Config # noqa: E402

# Generate Python interface definition files
os.system(f"pipenv run stubgen {gui_py_file} --no-import --parse-only --export-less -o ./")
Expand Down

0 comments on commit 9b3293e

Please sign in to comment.