aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Components/Task.py
diff options
context:
space:
mode:
authorghost <andreas.monzner@multimedia-labs.de>2008-10-31 14:04:12 +0100
committerAndreas Oberritter <obi@saftware.de>2008-11-06 01:52:04 +0100
commitde868496fdbc0dc65d961d7404bfd7af827e045f (patch)
tree409e0b59ff9f4561f43a28fa8f038160d9784211 /lib/python/Components/Task.py
parent55acebf9599ad782cc305c13d18a14af66e65c20 (diff)
downloadenigma2-de868496fdbc0dc65d961d7404bfd7af827e045f.tar.gz
enigma2-de868496fdbc0dc65d961d7404bfd7af827e045f.zip
fix syntax error
Diffstat (limited to 'lib/python/Components/Task.py')
-rw-r--r--lib/python/Components/Task.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/python/Components/Task.py b/lib/python/Components/Task.py
index ab85c667..f249f711 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)