mirror of
https://github.com/exo-explore/exo.git
synced 2025-12-23 22:27:50 -05:00
update error message
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user