Opened 13 years ago
Closed 13 years ago
#1240 closed bug (Fixed)
Execute Plugin - always used "move_on_completed_path"
Reported by: | gadpetrovich | Owned by: | damoxc |
---|---|---|---|
Priority: | trivial | Milestone: | 1.3 |
Component: | Plugin | Version: | 1.2.2 |
Keywords: | execute | Cc: |
Description
Change History (8)
comment:1 Changed 13 years ago by gadpetrovich
- Summary changed from Execute Plugin - always appling "move_on_completed_path" to Execute Plugin - "move_on_completed_path" is always applied
comment:2 Changed 13 years ago by gadpetrovich
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 Changed 13 years ago by gadpetrovich
- Summary changed from Execute Plugin - "move_on_completed_path" is always applied to Execute Plugin - always used "move_on_completed_path"
comment:4 Changed 13 years ago by gadpetrovich
- Milestone Future deleted
comment:5 Changed 13 years ago by damoxc
diff -u in future please :-)
comment:6 Changed 13 years ago by gadpetrovich
- Type changed from defect to bug
comment:7 Changed 13 years ago by Cas
- Milestone set to 1.4.0
- Owner set to damoxc
- Status changed from new to assigned
comment:8 Changed 13 years ago by damoxc
- Milestone changed from 1.4.0 to 1.3.0
- Resolution set to fixed
- Status changed from assigned to 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 \ ---