X-Git-Url: http://code.vuplus.com/gitweb/?a=blobdiff_plain;ds=sidebyside;f=lib%2Fpython%2FComponents%2FTask.py;fp=lib%2Fpython%2FComponents%2FTask.py;h=47acc87eb741ac2a1d465462384a2ac72d864ac7;hb=52c94625063d5ea3ebf77db99acac8a43639c12a;hp=c152e9a28ac4077bb9fb5e008bd7ac5210edf1d9;hpb=9359d0c5d6d7b9f3413adfd00582febf8aea5d40;p=vuplus_dvbapp diff --git a/lib/python/Components/Task.py b/lib/python/Components/Task.py index c152e9a..47acc87 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)