mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
Force git subprocess in tests to use utf-8
This commit is contained in:
parent
bfb2587697
commit
f0aab11a2d
1 changed files with 1 additions and 1 deletions
|
|
@ -232,7 +232,7 @@ def diff_subproc(first, second):
|
|||
'-w', first, second],
|
||||
stdout=subprocess.PIPE,
|
||||
stderr=subprocess.PIPE,
|
||||
text=True,
|
||||
encoding="utf-8",
|
||||
)
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue