Changeset e1896d


Ignore:
Timestamp:
02/05/2011 01:08:36 AM (14 years ago)
Author:
Calum Lind <calumlind+deluge@gmail.com>
Children:
c379b6
Parents:
5f168f
git-author:
Calum Lind <calumlind+deluge@gmail.com> (01/29/2011 07:23:39 AM)
git-committer:
Calum Lind <calumlind+deluge@gmail.com> (02/05/2011 01:08:36 AM)
Message:

Fix #1450 Trailing white space in paths

File:
1 edited

Legend:

Unmodified
Added
Removed
  • deluge/ui/console/commands/config.py

    r5f168f re1896d  
    132132        config = component.get("CoreConfig")
    133133        key = options["set"][0]
    134         val = simple_eval(options["set"][1] + " " + " ".join(args))
     134        val = simple_eval(options["set"][1] + " " .join(args))
    135135
    136136        if key not in config.keys():
Note: See TracChangeset for help on using the changeset viewer.