mirror of
https://github.com/codex-storage/deluge.git
synced 2025-01-26 11:21:08 +00:00
Fix #1450 Trailing white space in paths
This commit is contained in:
parent
87f871f40a
commit
14746bf94d
@ -133,7 +133,7 @@ class Command(BaseCommand):
|
||||
deferred = defer.Deferred()
|
||||
config = component.get("CoreConfig")
|
||||
key = options["set"][0]
|
||||
val = simple_eval(options["set"][1] + " " + " ".join(args))
|
||||
val = simple_eval(options["set"][1] + " " .join(args))
|
||||
|
||||
if key not in config.keys():
|
||||
self.console.write("{!error!}The key '%s' is invalid!" % key)
|
||||
|
Loading…
x
Reference in New Issue
Block a user