Skip to content

Conversation

@cccs-malik
Copy link
Contributor

@cccs-malik cccs-malik commented Dec 4, 2025

Fixes #1954

Changes:

  • Added check in fsspec.implementations.local.LocalFileSystem.mv for auto_mkdir. It will now create parent directories of destination paths if they don't exist and auto_mkdir is true.
  • Added test fsspec/implementations/tests/test_local.test_mv_auto_mkdir

@martindurant martindurant merged commit c686cdf into fsspec:master Dec 4, 2025
19 of 20 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.

fsspec.implementations.local.LocalFileSystem.mv doesn't respect auto_mkdir=True

2 participants