forked from github/pelican
Merge pull request #3232 from avaris/git-test-fix
This commit is contained in:
commit
6f467fefdc
1 changed files with 1 additions and 1 deletions
|
|
@ -232,7 +232,7 @@ def diff_subproc(first, second):
|
||||||
'-w', first, second],
|
'-w', first, second],
|
||||||
stdout=subprocess.PIPE,
|
stdout=subprocess.PIPE,
|
||||||
stderr=subprocess.PIPE,
|
stderr=subprocess.PIPE,
|
||||||
text=True,
|
encoding="utf-8",
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue