Private GIT

Skip to content
Snippets Groups Projects
Commit 1799dce6 authored by miigotu's avatar miigotu Committed by GitHub
Browse files

Clean up path building for transmission, fix bug for torrent download path...

Clean up path building for transmission, fix bug for torrent download path with transmission (#3387)

os.path.isabs for paths to be used in an api call will fail if SR and the api are on a different machine when one is Windoze and the other is Linux
Example:
  - C:\Test is absolute for a windows destination, but it is not if SR is on Linux its fail
  - /Test is absolute for a Linux destination, but if SR is on Windows its fail
parent 4712ba9d
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment