Opened 14 years ago

Closed 14 years ago

#1450 closed bug (Fixed)

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

Reported by: ionsquare Owned by: Calum
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 by Calum, 14 years ago

Milestone: Future1.3.2

comment:2 by Calum, 14 years ago

Owner: set to Calum
Status: newaccepted

comment:3 by Calum, 14 years ago

Resolution: fixed
Status: acceptedclosed

1.3-stable: e1896d2ace

Note: See TracTickets for help on using tickets.