apply patch from #1548

This commit is contained in:
Damien Churchill 2011-05-06 23:59:31 +01:00
parent 54ae8a4482
commit 93c49495b2

View File

@ -160,7 +160,7 @@ class ConsoleUI(component.Component):
# Set the interactive flag to indicate where we should print the output
self.interactive = True
if args:
args = args[0]
args = ' '.join(args)
self.interactive = False
# Try to connect to the localhost daemon