Skip to content

Commit

Permalink
Fix errors in Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
krahets committed Nov 2, 2023
1 parent 3e72ad1 commit ed9a4c7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions codes/python/test_all.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
stdout=subprocess.PIPE,
stderr=subprocess.PIPE,
text=True,
encoding="utf-8",
)
# Wait for the process to complete, and get the output and error messages
stdout, stderr = process.communicate()
Expand Down

0 comments on commit ed9a4c7

Please sign in to comment.