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

pymap-copy incorrectly copies folders with names containing a dot "." #28

Open
matrozov opened this issue May 11, 2023 · 2 comments
Open
Assignees
Labels
bug Something isn't working

Comments

@matrozov
Copy link

On the source box, I had a folder with a dot "." in the name (eg "part1.part2"). When copying, pymap-copy created a nesting like "part1/part2" (i.e. part2 became a separate folder inside part1).

@Schluggi
Copy link
Owner

Normally the dot indicates folders. You can change it in the source code. Take a look at #18.

@Schluggi Schluggi added the bug Something isn't working label May 12, 2023
@Schluggi Schluggi self-assigned this May 12, 2023
@matrozov
Copy link
Author

I noticed that my new mail server basically forbids creating folders with a dot "." in the title. That is, even if I changed the type of separator, it would not lead to the creation of a folder with the original name anyway. I don't know what would result in trying to import such a folder if the delimiter was changed, but probably another type of error.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants