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

Fix folder-based submission bug #757

Merged
merged 1 commit into from
Jun 14, 2024
Merged

Conversation

smailliwcs
Copy link
Contributor

Files.move is only appropriate for empty directories. Use FileUtils.moveDirectory (Apache Commons) instead.

`Files.move` is only appropriate for empty directories.  Use
`FileUtils.moveDirectory` (Apache Commons) instead.
@amphillipsLGC amphillipsLGC self-requested a review June 14, 2024 17:46
Copy link
Contributor

@amphillipsLGC amphillipsLGC left a comment

Choose a reason for hiding this comment

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

Looks good

@smailliwcs smailliwcs merged commit 0349fb1 into rc_0.4.2 Jun 14, 2024
3 checks passed
@smailliwcs smailliwcs deleted the fix-folder-submission branch June 14, 2024 17:48
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.

None yet

2 participants