uncomment necessary line
[vuplus_dvbapp] / lib / python / Components / Task.py
index c152e9a..47acc87 100644 (file)
@@ -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)