test: explicit encodings for open()
This commit is contained in:
parent
3703328751
commit
38d2ab685c
14 changed files with 63 additions and 61 deletions
|
|
@ -24,7 +24,7 @@ def have_lvm() -> bool:
|
|||
try:
|
||||
r = subprocess.run(
|
||||
["vgs"],
|
||||
encoding="utf-8",
|
||||
encoding="utf8",
|
||||
stdout=subprocess.PIPE,
|
||||
check=False
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue