Skip to content

Commit

Permalink
Switch to line buffering
Browse files Browse the repository at this point in the history
  • Loading branch information
guyer committed Sep 5, 2023
1 parent 5045a5c commit 9bcbe9f
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions ntd2d/entrypoint.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,10 +53,9 @@ def main():
"--name", "base",
"--solver", "libmamba",
"--file", environment.as_posix()],
bufsize=0,
bufsize=1,
timeout=60,
check=True,
capture_output=True)
check=True)

# Actually NIST the Docs 2 Death
# This needs to be a subprocess so that it sees packages installed above
Expand Down

0 comments on commit 9bcbe9f

Please sign in to comment.