1
0
Fork 0
forked from github/pelican

Merge pull request #3232 from avaris/git-test-fix

This commit is contained in:
Justin Mayer 2023-10-29 23:25:26 +01:00 committed by GitHub
commit 6f467fefdc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -232,7 +232,7 @@ def diff_subproc(first, second):
'-w', first, second],
stdout=subprocess.PIPE,
stderr=subprocess.PIPE,
text=True,
encoding="utf-8",
)