Opened 15 years ago

Closed 15 years ago

#1240 closed bug (Fixed)

Execute Plugin - always used "move_on_completed_path"

Reported by: gadpetrovich Owned by: Damien Churchill
Priority: trivial Milestone: 1.3
Component: Plugin Version: 1.2.2
Keywords: execute Cc:

Description

Change History (8)

comment:1 by gadpetrovich, 15 years ago

Summary: Execute Plugin - always appling "move_on_completed_path"Execute Plugin - "move_on_completed_path" is always applied

diff core.py ~/src/deluge/deluge/deluge/plugins/execute/execute/core.py 82c82 < "move_on_completed_path"]) ---

"move_on_completed", "move_on_completed_path"])

86c86 < infomove_on_completed_path == infosave_path else \ ---

not infomove_on_completed else \

comment:2 by gadpetrovich, 15 years ago

diff core.py ~/src/deluge/deluge/deluge/plugins/execute/execute/core.py

82c82
<             "move_on_completed_path"])
---
>             "move_on_completed", "move_on_completed_path"])
86c86
<             info["move_on_completed_path"] == info["save_path"] else \
---
>             not info["move_on_completed"] else \

comment:3 by gadpetrovich, 15 years ago

Summary: Execute Plugin - "move_on_completed_path" is always appliedExecute Plugin - always used "move_on_completed_path"

comment:4 by gadpetrovich, 15 years ago

Milestone: Future

comment:5 by Damien Churchill, 15 years ago

diff -u in future please :-)

comment:6 by gadpetrovich, 15 years ago

Type: defectbug

comment:7 by Calum, 15 years ago

Milestone: 1.4.0
Owner: set to Damien Churchill
Status: newassigned

comment:8 by Damien Churchill, 15 years ago

Milestone: 1.4.01.3.0
Resolution: fixed
Status: assignedclosed

fixed in master

Note: See TracTickets for help on using tickets.