[object Object]

← back to Exo

update error message

3fe7bd250fec47637f81115008ca5cdfc7b1131e · 2025-12-18 17:02:52 +0000 · Evan

Files touched

Diff

commit 3fe7bd250fec47637f81115008ca5cdfc7b1131e
Author: Evan <evanev7@gmail.com>
Date:   Thu Dec 18 17:02:52 2025 +0000

    update error message
---
 src/exo/utils/dashboard_path.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/exo/utils/dashboard_path.py b/src/exo/utils/dashboard_path.py
index b9e6990c..b5ce9c04 100644
--- a/src/exo/utils/dashboard_path.py
+++ b/src/exo/utils/dashboard_path.py
@@ -12,7 +12,7 @@ def find_dashboard() -> Path:
     )
     if not dashboard:
         raise FileNotFoundError(
-            "Unable to locate dashboard assets. Export DASHBOARD_DIR or rebuild the binary."
+            "Unable to locate dashboard assets - make sure the dashboard has been built, or export DASHBOARD_DIR if you've built the dashboard elsewhere."
         )
     return dashboard
 

← 004fea69 clarify platform support  ·  back to Exo  ·  update readme 274e35f9 →