cjnaz / rclonesync-V2

A Bidirectional Cloud Sync Utility using rclone
MIT License
355 stars 39 forks source link

rclonesync placing lsl files directly in home directory #39

Closed b0o closed 4 years ago

b0o commented 4 years ago
$ find $HOME -maxdepth 1 -name '.rclonesync*'
./.rclonesyncwd
./.rclonesyncwdLSL_dropbox-maddy__Documents__home_maddy_Dropbox__Path2_ERROR
./.rclonesyncwdLSL_dropbox-maddy__Documents__home_maddy_Dropbox__Path1_ERROR
./.rclonesyncwdLSL_dropbox-maddy__Documents__home_maddy_Dropbox__Path1
./.rclonesyncwdLSL_dropbox-maddy__Documents__home_maddy_Dropbox__Path2

I am assuming these files are intended to be inside of .rclonesyncwd.

There seems to be a missing / here: https://github.com/cjnaz/rclonesync-V2/blob/22d0ec9de63a0af16b514000e1cbd848d5515158/rclonesync.py#L80

cjnaz commented 4 years ago

Hum. They use to be. :> Running the tests overrides the default workdir. The tests pass, and I didn't check the non-test-mode output, which also passes. I'll fix that. Thanks.

cjnaz commented 4 years ago

Fixed with release 2.9.1.