Opened 11 years ago

Closed 9 years ago

#2333 closed bug (Fixed)

Cannot set and then get options with same non-interactive console command

Reported by: Cas Owned by:
Priority: minor Milestone: 1.3.12
Component: Console UI Version: 1.3.6
Keywords: Cc:

Description

$ deluge-console "config -s allow_remote True; config allow_remote"
Setting allow_remote to True..
Configuration value successfully updated.
  allow_remote: False

Would expect this to return True but requires an separate step:

$ deluge-console "config allow_remote"
  allow_remote: True

Change History (1)

comment:1 Changed 9 years ago by Cas

  • Milestone changed from 1.3.x to 1.3.12
  • Resolution set to Fixed
  • Status changed from new to closed
Note: See TracTickets for help on using tickets.