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

In registry-based transfer manifests, make second column 255 characters (not 256) #160

Merged
merged 1 commit into from
Feb 15, 2024

Conversation

nutjob4life
Copy link
Member

πŸ—’οΈ Summary

The line lengths of transfer manifests generated by the Deep Archive on local labels should all be 511 (βœ…) characters (not including line terminators). However, @jordanpadams reported in #158 that the line lengths of transfer manifests were 512 (❌) characters. They should be identical.

This patch repairs the problem.

βš™οΈ Test Data and/or Report

$ pds-deep-registry-archive --quiet --site PDS_GEO urn:nasa:pds:magellan_gxdr::1.0
$ awk '{print length}' magellan_gxdr_v1.0_*_transfer_manifest_v1.0.tab | uniq -c
 109 511
$ echo \405
βœ…

♻️ Related Issues

@jordanpadams jordanpadams merged commit 53a9dc4 into main Feb 15, 2024
1 check passed
@jordanpadams jordanpadams deleted the i158 branch February 15, 2024 21:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants