git.cweiske.de
/
enigma2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9359d0c
)
uncomment necessary line
author
Fraxinas
<
[email protected]
>
Fri, 31 Oct 2008 10:18:40 +0000
(11:18 +0100)
committer
Andreas Oberritter
<
[email protected]
>
Thu, 6 Nov 2008 00:41:43 +0000
(
01:41
+0100)
lib/python/Components/Task.py
patch
|
blob
|
history
diff --git
a/lib/python/Components/Task.py
b/lib/python/Components/Task.py
index c152e9a28ac4077bb9fb5e008bd7ac5210edf1d9..47acc87eb741ac2a1d465462384a2ac72d864ac7 100644
(file)
--- 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)