Comment 2 for bug 497688

Revision history for this message
Didier Roche-Tolomelli (didrocks) wrote : Re: having project_path_not_found show the path it failed to find would ease debug

Thanks for your interest in Quickly.

However, I guess you mislead the usage of this exception: it doesn't mind "I can't find the data path for a Quickly project", it's more "I don't find that the current project where you are launching a inside project command".
The algorithm is "do I find a .quickly in the current path ?"
-> yes - ok, project path
-> no, look at parent directory.

This is cycling until getting the root path (/). So, there is no data to print with this exception.
If I'm not clear, do not hesitate to ask me.