From 93c49495b2ed0c91e2602ce21adeddb8f2f8b9f7 Mon Sep 17 00:00:00 2001 From: Damien Churchill Date: Fri, 6 May 2011 23:59:31 +0100 Subject: [PATCH] apply patch from #1548 --- deluge/ui/console/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deluge/ui/console/main.py b/deluge/ui/console/main.py index 0667ce0ee..b6601e16e 100644 --- a/deluge/ui/console/main.py +++ b/deluge/ui/console/main.py @@ -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