Skip to content

Conversation

cabutlermit
Copy link
Collaborator

@cabutlermit cabutlermit commented Aug 22, 2025

Purpose and background context

See #36 and the comment thread on IR-214. This fixes the bug raised in that issue.

How can a reviewer manually see the effects of these changes?

Joe Carrano has already run the code from the bug fix branch and verified that it resolved the issue. See is comment on IR-214.

Includes new or updated dependencies?

NO

Changes expectations for external applications?

NO

What are the relevant tickets?

Developer

  • [n/a] All new ENV is documented in README
  • [n/a] All new ENV has been added to staging and production environments
  • All related Jira tickets are linked in commit message(s)
  • Stakeholder approval has been confirmed (or is not needed)

Code Reviewer(s)

  • The commit message is clear and follows our guidelines (not just this PR message)
  • There are appropriate tests covering any new functionality
  • The provided documentation is sufficient for understanding any new functionality introduced
  • Any manual tests have been performed or provided examples verified
  • New dependencies are appropriate or there were no changes

Why these changes are being introduced:
During the first full test with stakeholders, an issue came up with
files that had the same stem but different extensions and this caused
an issue copying files. See #36.

How this addresses that need:
* Change the way the NAS subfolder is named to use the full filename
and not just the stem
* Update the tests to reflect this new way of creating the "clean" NAS
subfolder name

Side effects of this change:
None.

Relevant ticket(s):
* https://mitlibraries.atlassian.net/browse/IR-214

Resolves #36
@cabutlermit cabutlermit marked this pull request as ready for review August 22, 2025 17:43
@cabutlermit cabutlermit requested a review from a team August 22, 2025 17:43
Copy link

@ehanson8 ehanson8 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good fix!

@cabutlermit cabutlermit merged commit b26daf2 into main Aug 25, 2025
2 checks passed
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.

Bug: bulk downloading files with the same name but different extensions causes error
2 participants