Changes between Initial Version and Version 1 of Ticket #2815, comment 3


Ignore:
Timestamp:
04/26/2016 06:33:37 PM (8 years ago)
Author:
Joe96
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #2815, comment 3

    initial v1  
    1 Actually, you're right. I excluded the os.path.expanduser because i don't need it. Why i used the deluge-console add command was because i wanted to make a python script that adds new torrents automatically, and the path i provide is always the full path, but to address this bug, the correct fix ''would'' be  
     1Actually, you're right. I excluded the os.path.expanduser because i don't need it. The reason i used the deluge-console add command was because i wanted to make a python script that adds new torrents automatically, and the path i provide is always the full path, but to address this bug, the correct fix ''would'' be  
    22{{{ 
    33t_options["download_location"] = os.path.abspath(os.path.expanduser(options["path"]))