From: Fraxinas Date: Fri, 31 Oct 2008 10:18:40 +0000 (+0100) Subject: uncomment necessary line X-Git-Tag: 2.6.0~350^2~59 X-Git-Url: https://git.cweiske.de/enigma2.git/commitdiff_plain/f69b4f8dbed8ff96260b951cf8cecd76fa85423b uncomment necessary line --- 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)