Ticket #1240 (closed bug: fixed)

Opened 3 years ago

Last modified 3 years ago

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

Changed 3 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

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 \

Changed 3 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 \

Changed 3 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"

Changed 3 years ago by gadpetrovich

  • milestone Future deleted

Changed 3 years ago by damoxc

diff -u in future please :-)

Changed 3 years ago by gadpetrovich

  • type changed from defect to bug

Changed 3 years ago by Cas

  • owner set to damoxc
  • status changed from new to assigned
  • milestone set to 1.4.0

Changed 3 years ago by damoxc

  • status changed from assigned to closed
  • resolution set to fixed
  • milestone changed from 1.4.0 to 1.3.0

fixed in master

Note: See TracTickets for help on using tickets.