mirror of
ssh://git.janware.com/janware/proj/jw-pkg
synced 2026-04-24 17:23:36 +02:00
lib.ec.ssh.AsyncSSH: Declare Caps.Env
AsyncSSH's implementation already supports modifying the execution environment via env, so declare it to the base class with Caps.Env. Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
parent
f253466a3f
commit
9575339972
1 changed files with 1 additions and 1 deletions
|
|
@ -25,7 +25,7 @@ class AsyncSSH(Base):
|
||||||
|
|
||||||
super().__init__(
|
super().__init__(
|
||||||
uri,
|
uri,
|
||||||
caps=self.Caps.LogOutput | self.Caps.Wd | self.Caps.Interactive,
|
caps=self.Caps.LogOutput | self.Caps.Wd | self.Caps.Interactive | self.Caps.Env,
|
||||||
**kwargs
|
**kwargs
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue