switched to Popen, with errors...

This commit is contained in:
Rafael.Timmerberg 2013-05-29 23:51:12 +02:00
commit fb38746eb7
2 changed files with 7 additions and 6 deletions

View file

@ -48,7 +48,7 @@ class JobInfo:
self.log.d(str(hs))
cmd=Command(hs.service.command, self.log)
cmd.call()
log.d(cmd.getOutputOrError())
self.log.d(cmd.getAllOutput())
except Error:
self.log.d(Error)