mirror of
https://github.com/lilydjwg/nvchecker.git
synced 2025-03-10 06:14:02 +00:00
source.cmd: fix typo
This commit is contained in:
parent
bb629ec561
commit
d7ce75a2fd
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ async def get_version(name, conf):
|
|||
|
||||
output, error = await p.communicate()
|
||||
output = output.strip().decode('latin1')
|
||||
error = output.strip().decode(errors='replace')
|
||||
error = error.strip().decode(errors='replace')
|
||||
if p.returncode != 0:
|
||||
logger.error('command exited with error',
|
||||
cmd=cmd, error=error,
|
||||
|
|
Loading…
Add table
Reference in a new issue