mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-06 16:38:43 +00:00
apply patch from #1548
This commit is contained in:
parent
f299be0eb9
commit
983c9dad99
1 changed files with 1 additions and 1 deletions
|
@ -218,7 +218,7 @@ class ConsoleUI(component.Component):
|
||||||
self.interactive = True
|
self.interactive = True
|
||||||
self._commands = cmds
|
self._commands = cmds
|
||||||
if args:
|
if args:
|
||||||
args = args[0]
|
args = ' '.join(args)
|
||||||
self.interactive = False
|
self.interactive = False
|
||||||
if not cmds:
|
if not cmds:
|
||||||
print "Sorry, couldn't find any commands"
|
print "Sorry, couldn't find any commands"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue