diff options
| author | Fraxinas <andreas.frisch@multimedia-labs.de> | 2008-10-31 11:18:40 +0100 |
|---|---|---|
| committer | Andreas Oberritter <obi@saftware.de> | 2008-11-06 01:51:46 +0100 |
| commit | f69b4f8dbed8ff96260b951cf8cecd76fa85423b (patch) | |
| tree | c27a07d003ae03e455ed0f5e17f760b1a11be6e8 /lib/python/Components | |
| parent | d58b056ba2fff638bfb27b385192abaa9a84e31b (diff) | |
| download | enigma2-f69b4f8dbed8ff96260b951cf8cecd76fa85423b.tar.gz enigma2-f69b4f8dbed8ff96260b951cf8cecd76fa85423b.zip | |
uncomment necessary line
Diffstat (limited to 'lib/python/Components')
| -rw-r--r-- | lib/python/Components/Task.py | 2 |
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) |
