Otherwise the error message only reports that something is missing.
No what it is missing, helps debugging when this occurs.
As it sometimes does on FreeBSD because we insert the prebuild rpm
instead of building it from source.
Signed-off-by: Willem Jan Withagen <wjw@digiware.nl>
return False, "Missing dependency: cherrypy"
if not os.path.exists(cls.get_frontend_path()):
- return False, "Frontend assets not found: incomplete build?"
+ return False, ("Frontend assets not found at '{}': incomplete build?"
+ .format(cls.get_frontend_path()))
return True, ""