stdout from the running model is now visible from the manager stdout
This commit is contained in:
parent
156db5d6a1
commit
e833342581
2 changed files with 7 additions and 2 deletions
|
@ -45,6 +45,7 @@ class PythonModel(base.BaseModel):
|
|||
self._process = subprocess.Popen(
|
||||
[
|
||||
"conda", "run", # run a command within conda
|
||||
"--no-capture-output", # make conda not capture stdout, allow us to see the stdout
|
||||
"--prefix", self.environment.relative_to(self.path), # use the model environment
|
||||
"python3", "-c", # run a python command
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue