-
Notifications
You must be signed in to change notification settings - Fork 49
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
missing path in verifier message for payload directory #123
Comments
@acdha line
throw new MissingPayloadDirectoryException(messages.getString("file_should_exist_error"), dataDir);
|
@jscancella shouldn't it also do something with |
@rvanheest yes, sorry that's what I get for replying too quickly. I had it in my head it was the logger, not an exception. |
Open
rvanheest
pushed a commit
to DANS-KNAW/dans-bagit-lib
that referenced
this issue
Feb 20, 2019
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In
MandatoryVerifier.checkPayloadDirectoryExists
, when thebag/data
directory does not exist, it returns "File [{}] should exist but it doesn't!". The path does not seemed to be filled in correctly.The text was updated successfully, but these errors were encountered: