Skip to content

Commit

Permalink
Specify text for line buffering
Browse files Browse the repository at this point in the history
  • Loading branch information
guyer committed Sep 5, 2023
1 parent 9bcbe9f commit cd47e58
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ntd2d/entrypoint.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ def main():
"--solver", "libmamba",
"--file", environment.as_posix()],
bufsize=1,
text=True,
timeout=60,
check=True)

Expand Down

0 comments on commit cd47e58

Please sign in to comment.