Opened 13 years ago

Closed 13 years ago

#1450 closed bug (Fixed)

Setting paths with "config --set" in deluge-console appends trailing space

Reported by: ionsquare Owned by: Cas
Priority: major Milestone: 1.3.2
Component: Console UI Version: 1.3.0
Keywords: console, path, config, set Cc:

Description

If a path is set in deluge-console with a command such as:

config --set download_location /home/user/Downloads

The path that gets saved to /home/user/.config/deluge/core.conf contains a trailing space:

"download_location": "/home/user/Downloads "

This causes a directory with the name "/home/user/Downloads\ " to be created (notice the trailing space).

The only way to correctly set the path is to manually change it in "/home/user/.config/deluge/core.conf".

Change History (3)

comment:1 Changed 13 years ago by Cas

  • Milestone changed from Future to 1.3.2

comment:2 Changed 13 years ago by Cas

  • Owner set to Cas
  • Status changed from new to accepted

comment:3 Changed 13 years ago by Cas

  • Resolution set to fixed
  • Status changed from accepted to closed

1.3-stable: e1896d2ace

Note: See TracTickets for help on using tickets.