From 757dade1623b8a11f791a3f35e6e8a0a1c0eda5e Mon Sep 17 00:00:00 2001 From: Janaka Abeywardhana Date: Mon, 23 Oct 2023 19:27:54 +0100 Subject: [PATCH] chore: fix poe run --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 60ce48f9..75c82c90 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -138,7 +138,7 @@ doc-html = "mkdocs build --site-dir ./_site" [tool.poe.tasks.run] cmd = "streamlit run web/index.py --server.port $port --browser.gatherUsageStats false" args = [{ name = "port", default = 8501, type = "integer" }] -env = { WATCHDOG_LOG_LEVEL = "ERROR", PYTHONPATH = "${POE_PWD}/web:${POE_PWD}/source" } +env = { WATCHDOG_LOG_LEVEL = "ERROR", PYTHONPATH = "${POE_PWD}/web/:${POE_PWD}/source/" } [tool.poe.tasks.docker-build] cmd = """