mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-08-13 18:16:52 -07:00
Decode output during versionCheck
This commit is contained in:
parent
02ae99b117
commit
417a9e5e63
1 changed files with 1 additions and 0 deletions
|
@ -182,6 +182,7 @@ class GitUpdateManager(UpdateManager):
|
||||||
|
|
||||||
if output:
|
if output:
|
||||||
output = output.strip()
|
output = output.strip()
|
||||||
|
output = output.decode('utf-8')
|
||||||
if core.LOG_GIT:
|
if core.LOG_GIT:
|
||||||
logger.log(u"git output: {output}".format(output=output), logger.DEBUG)
|
logger.log(u"git output: {output}".format(output=output), logger.DEBUG)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue