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

Windows OS Walk Backslash Issue #21

Open
Flinst0n opened this issue Sep 27, 2016 · 0 comments
Open

Windows OS Walk Backslash Issue #21

Flinst0n opened this issue Sep 27, 2016 · 0 comments

Comments

@Flinst0n
Copy link

Dear all,

I am experiencing a bug with the script running on Windows (10).
Tree traversal works, but a weird folder structure is created:

Folder structure of to-be-uploaded folder:
D:\smalltest\Panorama_01\somefiles.jpg

Call:
drivesink.py upload D:\smalltest BACKUP_FOTOS

Output:
INFO drivesink:86 _make_child_folder Creating remote folder Panorama_01 in BACKUP_FOTOS
INFO drivesink:86 _make_child_folder Creating remote folder \Panorama_01 in BACKUP_FOTOS
INFO drivesink:35 upload_child_file Uploading D:\smalltest\Panorama_01\70732.jpg to \Panorama_01
INFO drivesink:35 upload_child_file Uploading D:\smalltest\Panorama_01\70734.jpg to \Panorama_01

Result:
Two folders are created: "Panorama_01" and "\Panorama_01" folders are uploaded to "\Panorama_01".

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

No branches or pull requests

1 participant