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 , 15 years ago
Summary: | Execute Plugin - always appling "move_on_completed_path" → Execute Plugin - "move_on_completed_path" is always applied |
---|
comment:2 by , 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 , 15 years ago
Summary: | Execute Plugin - "move_on_completed_path" is always applied → Execute Plugin - always used "move_on_completed_path" |
---|
comment:4 by , 15 years ago
Milestone: | Future |
---|
comment:6 by , 15 years ago
Type: | defect → bug |
---|
comment:7 by , 15 years ago
Milestone: | → 1.4.0 |
---|---|
Owner: | set to |
Status: | new → assigned |
comment:8 by , 15 years ago
Milestone: | 1.4.0 → 1.3.0 |
---|---|
Resolution: | → fixed |
Status: | assigned → closed |
fixed in master
Note:
See TracTickets
for help on using tickets.
diff core.py ~/src/deluge/deluge/deluge/plugins/execute/execute/core.py 82c82 < "move_on_completed_path"]) ---
86c86 < infomove_on_completed_path == infosave_path else \ ---