diff options
| author | ghost <andreas.monzner@multimedia-labs.de> | 2008-10-31 14:04:12 +0100 |
|---|---|---|
| committer | Andreas Oberritter <obi@saftware.de> | 2008-11-06 01:52:04 +0100 |
| commit | de868496fdbc0dc65d961d7404bfd7af827e045f (patch) | |
| tree | 409e0b59ff9f4561f43a28fa8f038160d9784211 /lib/python/Components | |
| parent | 55acebf9599ad782cc305c13d18a14af66e65c20 (diff) | |
| download | enigma2-de868496fdbc0dc65d961d7404bfd7af827e045f.tar.gz enigma2-de868496fdbc0dc65d961d7404bfd7af827e045f.zip | |
fix syntax error
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 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) |
