Exception when executing locate command on non-existing/unreadable path
Issue #51
open
Originally reported on Google Code with ID 51
What steps will reproduce the problem? 1. Execute "boar locate --repo=/some/repo locate SomeSession /non-existing/path" What is the expected output? What do you see instead? There should be a nice error message. There is an ugly exception. Please use labels and text to provide additional information.
Reported by mats_ekberg
on 2012-02-11 10:09:22
Comments (1)
-
- Log in to comment
Would "the ugly exception" be the following?
Or is that another error? I'm trying to figure out how to find a file in the boar repo. Using the command
boar locate --repo=MYREPO locate MYSESSION *.jpg
results in the error above.