-
Notifications
You must be signed in to change notification settings - Fork 0
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
recombine - sorting directories ilkely fails with different drives #69
Comments
Is this causing me to have this error? sorted_listdir |
Probably not unless the two things you are recombining are on different drives. I am working on recombine right now. If you send me the full stacktrace. (Everythin after it crashes.) It will have filenames and filenumbers. |
charleslinux@charlesdesktop01:/mnt/c/Users/charles xu$ recombine /mnt/l/summer2021/recombine_jpg '/mnt/l/summer2021/recombine_jpg - Copy' /mnt/l/summer2021/dst-enfused |
Posssibly fixed by #70 @charles1997 Can you grab the latest and try again. |
Sorting directories is currently based on absolute paths so dirs from different trees will not necessarily be recombined in the correct order.
The text was updated successfully, but these errors were encountered: