You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for submitting this. The problem stems from us creating a data directory to move all the data files into. Since you already have a file named data, it fails to create a directory named data. This will be fixed in release 5.0.7
When submitting an issue please include:
5.0.6
Mac OS X High Sierra
Please format it in the given when then style
For example (from link above):
Given
Path folder = Paths.get(bagFolder.toURI());
Collection algorithm = new ArrayList();
algorithm.add(StandardSupportedAlgorithms.MD5);
bvoolean includeHiddenFiles = false;
Bag bag = BagCreator.bagInPlace(folder, algorithm, includeHiddenFiles);
When
Then
If
The text was updated successfully, but these errors were encountered: