From: ghost Date: Fri, 31 Oct 2008 13:04:12 +0000 (+0100) Subject: fix syntax error X-Git-Url: http://code.vuplus.com/gitweb/?p=vuplus_dvbapp;a=commitdiff_plain;h=0a9c12b0d928a0d4837046830a253fef966ef672 fix syntax error --- diff --git a/lib/python/Components/Task.py b/lib/python/Components/Task.py index ab85c66..f249f71 100644 --- a/lib/python/Components/Task.py +++ b/lib/python/Components/Task.py @@ -172,7 +172,7 @@ class Task(object): if self.cwd is not None: self.container.setCWD(self.cwd) - print "execute:", self.container.execute(self.cmd, *self.args), self.cmd, *self.args + print "execute:", self.container.execute(self.cmd, *self.args), self.cmd, self.args if self.initial_input: self.writeInput(self.initial_input)