uncomment necessary line
[enigma2.git] / lib / python / Components / Task.py
index c152e9a28ac4077bb9fb5e008bd7ac5210edf1d9..47acc87eb741ac2a1d465462384a2ac72d864ac7 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)