mirror of https://github.com/openspug/spug
fix issue
parent
c0d7db81b5
commit
3485d36b85
|
@ -40,7 +40,7 @@ class Job:
|
|||
if not self.token:
|
||||
with self.ssh:
|
||||
return self.ssh.exec_command(self.command)
|
||||
self.send('\x1b[36m### Executing ...\x1b[0m\r')
|
||||
self.send('\x1b[36m### Executing ...\x1b[0m\r\n')
|
||||
code = -1
|
||||
try:
|
||||
with self.ssh:
|
||||
|
|
Loading…
Reference in New Issue