Changeset e1896d
- Timestamp:
- 02/05/2011 01:08:36 AM (14 years ago)
- 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)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
deluge/ui/console/commands/config.py
r5f168f re1896d 132 132 config = component.get("CoreConfig") 133 133 key = options["set"][0] 134 val = simple_eval(options["set"][1] + " " + " ".join(args))134 val = simple_eval(options["set"][1] + " " .join(args)) 135 135 136 136 if key not in config.keys():
Note:
See TracChangeset
for help on using the changeset viewer.