#1614: autoadd will match a directory called "torrent" ---------------------------------------+------------------------------------ Reporter: heissfuss | Owner: Type: defect | Status: new Priority: trivial | Milestone: Future Component: core | Version: 1.3.1 Keywords: autoadd directory torrent | ---------------------------------------+------------------------------------ core/autoadd.py
76 for filename in os.listdir(self.config["autoadd_location"]): 77 if filename.split(".")[-1] == "torrent": This causes me some issues because I had my download directory named torrent and had the autoadd directory one level above it. This caused autoadd to rename my torrent directory to torrent.invalid every time deluge started. This is a very minor issue, but it was quite frustrating before I tracked it down. -- Ticket URL: <http://dev.deluge-torrent.org/ticket/1614> Deluge <http://deluge-torrent.org/> Deluge project -- You received this message because you are subscribed to the Google Groups "Deluge Dev" group. To post to this group, send email to deluge-dev@googlegroups.com. To unsubscribe from this group, send email to deluge-dev+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/deluge-dev?hl=en.