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…
Reference in New Issue