python-rclone
python-rclone copied to clipboard
Fix compatibility with Windows
Replaced the usage of tempfile's NamedTemporaryFile() method with the mkstemp() method for the generation of the temp rclone config. This method requires the wrapper to remove the file manually but allows it to work on Windows.
This fixes #4.
This would be very useful. Thanks alot!
Looks like his commit doesn't reflect in the main repository? Or i am doing something wrong?
Looks like his commit doesn't reflect in the main repository? Or i am doing something wrong?
Hi @mohdsabahat, apologies I couldn't respond earlier. This is an unmerged pull request, but if you want to use it you could use the master
branch from my fork.