Skip to content

Commit

Permalink
Fixed creation of SIPs without metadata #122
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosjepard authored and hmiguim committed Jun 16, 2023
1 parent 2e2034f commit bddeba1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ public static boolean validateMetadataPath(final String metadataFile) {
if (metadataFile != null) {
return Files.exists(Paths.get(metadataFile));
}
return false;
return true;
}

/**
Expand Down

0 comments on commit bddeba1

Please sign in to comment.