aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Components
diff options
context:
space:
mode:
authorFraxinas <andreas.frisch@multimedia-labs.de>2008-10-31 11:18:40 +0100
committerAndreas Oberritter <obi@saftware.de>2008-11-06 01:51:46 +0100
commitf69b4f8dbed8ff96260b951cf8cecd76fa85423b (patch)
treec27a07d003ae03e455ed0f5e17f760b1a11be6e8 /lib/python/Components
parentd58b056ba2fff638bfb27b385192abaa9a84e31b (diff)
downloadenigma2-f69b4f8dbed8ff96260b951cf8cecd76fa85423b.tar.gz
enigma2-f69b4f8dbed8ff96260b951cf8cecd76fa85423b.zip
uncomment necessary line
Diffstat (limited to 'lib/python/Components')
-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 c152e9a2..47acc87e 100644
--- a/lib/python/Components/Task.py
+++ b/lib/python/Components/Task.py
@@ -171,7 +171,7 @@ class Task(object):
if self.cwd is not None:
self.container.setCWD(self.cwd)
- #execstr = " ".join([self.cmd]+self.args)
+ execstr = " ".join([self.cmd]+self.args)
print "execute:", self.container.execute(execstr), execstr
if self.initial_input:
self.writeInput(self.initial_input)