Skip to content

Conversation

@kenlhlui
Copy link
Contributor

@kenlhlui kenlhlui commented Nov 13, 2025

Bug fix - issue #49

This PR fixes the bug where zip files were not being packaged (putting in the upload queue) correctly when there are larger files that exceed the maximum package size.

Changes made:

  • Modified the distribute_files function in dvuploader/packaging.py to ensure that the current_package (list) is not overwritten when a file exceeds the maximum package size. Instead, it appends the current package to the list of packages before resetting it for the next file.

@JR-1991
Copy link
Member

JR-1991 commented Nov 13, 2025

@kenlhlui thanks for submitting the PR and the fix! I will be back from vacation on Monday and will review it.

@JR-1991 JR-1991 merged commit e2a2f7b into gdcc:main Nov 26, 2025
6 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.

2 participants