mirror of
https://github.com/codex-storage/deluge.git
synced 2025-02-17 13:56:47 +00:00
Fixed double space being appended after commands
This commit is contained in:
parent
0a9a1db942
commit
76546ec176
@ -595,7 +595,7 @@ class Legacy(BaseMode, component.Component):
|
||||
# line.
|
||||
for cmd in self.console._commands:
|
||||
if cmd.startswith(line):
|
||||
possible_matches.append(cmd + " ")
|
||||
possible_matches.append(cmd)
|
||||
|
||||
line_prefix = ""
|
||||
else:
|
||||
|
Loading…
x
Reference in New Issue
Block a user