switched to Popen, with errors...
This commit is contained in:
parent
a1e95212d5
commit
fb38746eb7
2 changed files with 7 additions and 6 deletions
|
|
@ -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)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue