nur/update: drop eval output instead of filling pipe
Since nothing reads the pipe, writes block indefinitely once the pipe's buffer is full.
This commit is contained in:
parent
3cec008463
commit
37889531f3
1 changed files with 1 additions and 1 deletions
|
|
@ -50,7 +50,7 @@ import {EVALREPO_PATH} {{
|
|||
|
||||
logger.info(f"Evaluate repository {repo.name}")
|
||||
proc = subprocess.Popen(
|
||||
cmd, env=dict(PATH=os.environ["PATH"]), stdout=subprocess.PIPE
|
||||
cmd, env=dict(PATH=os.environ["PATH"]), stdout=subprocess.DEVNULL
|
||||
)
|
||||
try:
|
||||
res = proc.wait(5)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue