baseImage: tinkering with overcommit
This commit is contained in:
parent
3540b5aba2
commit
42180096af
2 changed files with 7 additions and 2 deletions
|
|
@ -73,8 +73,8 @@ class Processes:
|
|||
text=text,
|
||||
env=env,
|
||||
cwd="/home/user",
|
||||
stdin=subprocess.PIPE,
|
||||
stdout=subprocess.PIPE,
|
||||
stdin=None,
|
||||
stdout=None,
|
||||
)
|
||||
res["status"] = "exec succeeded"
|
||||
except Exception as e:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue