switched to Popen, with errors...
This commit is contained in:
parent
ddeb34e8d7
commit
ee38ba781b
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