Skip to content
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

FetchWriter is not adding line separator #106

Closed
ThomasJejkal opened this issue Jan 23, 2018 · 1 comment
Closed

FetchWriter is not adding line separator #106

ThomasJejkal opened this issue Jan 23, 2018 · 1 comment
Labels

Comments

@ThomasJejkal
Copy link
Contributor

Given

  • I use bagit-java 5.0.5
  • I try to create a bag using fetch files

When

  • I write the bag to disk

Then

  • A broken fetch.txt is created without any line breaks

Adding the separator was done before by RelativePathWriter.formatRelativePathString(bagitRootDir, fetchItem.getPath()). Due do removing this step, no path separator is added at all.

@johnscancella
Copy link
Contributor

This should be fixed in version 5.0.6

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants